Model Context Protocol lets agents call tools. ReadmeDB is the hosted MCP server that turns that into a shared project brain: versioned .md files Cursor, Claude Code, Windsurf, and Codex already know how to use.
Most MCP memory demos are local SQLite or vector bags. Coding teams need something different: files agents can list, search, diff, and hand to a teammate — the same job as a living CLAUDE.md ecosystem, but cloud-shared across tools.
POST/GET https://app.readmedb.com/api/mcp Authorization: Bearer rdb_your_key Protocol: MCP over HTTP (JSON-RPC 2.0)
{
"mcpServers": {
"readmedb": {
"url": "https://app.readmedb.com/api/mcp",
"headers": {
"Authorization": "Bearer rdb_your_key"
}
}
}
}OAuth discovery is also published for Claude.ai-style clients (/.well-known/oauth-authorization-server). Humans can use the rdb CLI for the same store.