mcpaas
Your AI forgets you every session. MCPaaS remembers.
You re-explain your stack to Claude. Switch to Gemini — re-explain everything. Open Cursor — again. Every session. Every tool. Every time.
That's the drift tax. $49M/day burned industry-wide.
This SDK connects you to MCPaaS — persistent AI context that follows you across tools, sessions, and teams.
Install
Add to your Cargo.toml:
[]
= "0.1"
= { = "1", = ["full"] }
Quick Start
use ;
async
That's it. Your context persists. Zero drift.
How It Works
MCPaaS uses the Radio Protocol — broadcast once, every AI receives.
Traditional (the tax):
You → Claude (send 50KB context)
You → Grok (send 50KB again)
You → Gemini (send 50KB again)
= 3x cost, 3x latency, context drift
Radio Protocol (the fix):
You → Broadcast to 91.0 FM (send once)
Claude ← tuned to 91.0
Grok ← tuned to 91.0
Gemini ← tuned to 91.0
= 1x cost, instant, zero drift
Multi-AI Example
use ;
async
API
RadioClient::new(config: RadioConfig) -> Self
Create a new Radio client.
RadioClient::with_url(url: &str) -> Self
Create a client with just a URL.
Methods
| Method | Description |
|---|---|
connect().await |
Connect to MCPaaS |
tune(frequencies).await |
Subscribe to frequencies |
untune(frequencies).await |
Unsubscribe from frequencies |
disconnect().await |
Disconnect |
state().await |
Get connection state |
validate_frequencies(&freqs) |
Validate frequency range (40.0-108.0 FM) |
Features
- Auto-reconnection with exponential backoff
- Heartbeat mechanism (ping/pong every 30s)
- Frequency validation (40.0-108.0 FM)
- Type-safe protocol messages
- Tokio async/await
See Also
- faf-rust-sdk — Parse, validate, and compress .faf files in Rust. MCPaaS broadcasts the context; faf-rust-sdk reads the format.
Do I need both? Yes. faf-rust-sdk parses your .faf project DNA. mcpaas streams it live to every AI. One reads, the other delivers.
Namepoints
Every frequency maps to a namepoint on MCPaaS — your permanent AI identity.
Free namepoints work. But yourname.mcpaas.live hits different than user-38291.mcpaas.live.
Claim yours before someone else does: mcpaas.live/claim
License
MIT
Built by Wolfe James | Powered by MCPaaS | Format: FAF