ReadmeDB is a hosted Model Context Protocol server purpose-built for project brains: versioned markdown your agents maintain, plus distilled memories when a full file is overkill. Streamable HTTP — works in Claude Desktop, Cursor, Windsurf, and Codex CLI.
REST APIs need custom glue in every host. MCP is the open standard Anthropic and the ecosystem adopted — one config block, standard tools, OAuth for Claude.ai. ReadmeDB implements file ops, memory ops, and hybrid recall so agents stop reinventing context each session.
get_namespace_summary — session orientationbootstrap_namespace — seed project.md, decisions.md, tasks.mdhybrid_recall — find relevant files + memoriespatch_file / append_to_file — update the brain{
"mcpServers": {
"readmedb": {
"url": "https://app.readmedb.com/api/mcp",
"headers": {
"Authorization": "Bearer rdb_your_key"
}
}
}
}Get your MCP key →