# rapp-mcp

**Tier 1** — MCP gateway — serve agents + a brainstem to any MCP host (rapp-mcp-spec/1.0)

- Canonical: https://github.com/kody-w/rapp-mcp
- Default branch: `main`
- Last updated: 2026-06-02
- License: MIT

## Description

The MCP on-ramp into the RAPP ecosystem — how any AI / MCP host (Claude Desktop,
the GitHub Copilot CLI, Cursor, …) gets full access to RAPP through the Model
Context Protocol.

## Summary (from upstream README)

Two pure-stdlib, single-file MCP servers. `rapp_mcp.py <agents-dir>` serves drop-in
`*_agent.py` (BasicAgent format) as individual MCP tools and hotloads on every call —
the bytes are the contract, so the same agent behaves identically on every host.
`rapp_brainstem_mcp.py` bridges a running brainstem: a `brainstem` tool that proxies
the full `/chat` contract (LLM + memory + every agent), a `brainstem_status` tool, and
a `brainstem_bootstrap` tool that installs and starts a brainstem from scratch. Once a
brainstem is reachable, the same path can automate promotion from Tier 1 (local) to
Tier 2 (Azure) to Tier 3 (Microsoft 365) when the operator is ready.

## Role in the ecosystem

MCP gateway — serve agents + a brainstem to any MCP host (rapp-mcp-spec/1.0).
The on-ramp for AIs joining the RAPP ecosystem.

- Spec: [SPEC/mcp/SPEC.md](../SPEC/mcp/SPEC.md)
- Site: https://kody-w.github.io/rapp-mcp/

---

_This page is generated by `scripts/build_repo_pages.py`.
Upstream README is the source of truth — edit there, not here._
