← ReadmeDB
Solution · Agent context

AI agent context persistence that survives every session

Every new chat starts cold. ReadmeDB gives your agents a persistent project brain — markdown files they update via MCP so context carries across Cursor, Claude Code, Windsurf, and tomorrow's session.

Why chat memory is not enough

Chat transcripts bloat context windows. Vector memory APIs store opaque facts you cannot diff or review. A project brain is different: human-readable files with version history, searchable in one tool call, shared across every MCP host.

What to persist

30-second setup

{
  "mcpServers": {
    "readmedb": {
      "url": "https://app.readmedb.com/api/mcp",
      "headers": {
        "Authorization": "Bearer rdb_your_key"
      }
    }
  }
}

Call bootstrap_namespace on first connect to seed starter files. Call get_namespace_summary at session start so agents know what changed.

Start free project brain →
Project brainCoding agent memoryMCP project brainvs Mem0MCP docs