# mcpaas
**Persistent AI context as a service.** [mcpaas.live](https://mcpaas.live)
MCPaaS is the platform. Your AI forgets you every session — MCPaaS remembers.
## Radio Client → faf-radio-rust
The Rust radio client has moved to **[faf-radio-rust](https://crates.io/crates/faf-radio-rust)**.
```toml
[dependencies]
faf-radio-rust = "0.1"
```
Same code, better name. Radio clients bring developers to the MCPaaS platform — the radio is one use case of many.
## What is MCPaaS?
MCPaaS ([mcpaas.live](https://mcpaas.live)) is persistent AI context infrastructure:
- **Radio Protocol** — Broadcast context once, every AI receives. Real-time WebSocket streaming across Claude, Grok, Gemini, and any tool tuned in.
- **Namepoints** — Your permanent AI identity. `yourname.mcpaas.live` is your context address.
- **Soul Storage** — Your project DNA lives on the edge (300+ Cloudflare locations). Always available, zero cold starts.
- **MCP Server Hosting** — Run MCP servers at the edge. No infra, no Docker, no ops.
- **Context Relay** — Connect AI tools that don't talk to each other. One broadcast, N receivers.
## Use Cases
**Solo dev** — Write your .faf once, broadcast to every AI you use. No more re-explaining your stack.
**Teams** — Shared context across the whole team. New member? They tune in and they're caught up.
**Multi-AI workflows** — Claude for code, Grok for research, Gemini for docs — all on the same page, literally.
**CI/CD integration** — Pipe build context to AI reviewers. Automated, real-time, zero drift.
**Edge AI** — Context at 300+ locations. Your AI tools get sub-50ms access worldwide.
## Ecosystem
| [faf-radio-rust](https://crates.io/crates/faf-radio-rust) | Radio Protocol client — broadcast and receive |
| [faf-rust-sdk](https://crates.io/crates/faf-rust-sdk) | Parse, validate, and compile .faf files |
Radio clients also available in [Bun/TypeScript](https://www.npmjs.com/package/faf-radio) and Zig (coming soon).
## Get in Touch
- **Email:** team@faf.one
- **Platform:** [mcpaas.live](https://mcpaas.live)
- **GitHub:** [github.com/Wolfe-Jam/faf-radio-rust](https://github.com/Wolfe-Jam/faf-radio-rust)
- **FAF:** [faf.one](https://faf.one)
## License
MIT
---