← ReadmeDB
Solution · Claude Code

Claude Code persistent memory — beyond CLAUDE.md alone

Every new Claude session forgets the chat. CLAUDE.md and auto memory help — on one tool, one machine. ReadmeDB is the shared project brain Claude Code and Cursor both update via MCP, so you never re-explain decisions that already landed in markdown.

What Anthropic already gives you

CLAUDE.md

Project (or user) markdown Claude loads at session start — architecture, commands, conventions. Commit it to git so humans and other tools can read the static briefing.

Auto memory

Notes Claude writes while you work (preferences, project facts). Powerful inside Claude Code — invisible to Cursor, Codex, and teammates’ agents.

Where local memory breaks

Use both: CLAUDE.md + ReadmeDB brain

Keep standards in CLAUDE.md. Put the living brain in ReadmeDB:

Optional: add one line in CLAUDE.md telling Claude to call get_namespace_summary / read those files at session start.

MCP config for Claude Code

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

Same block works in Cursor. One API key = one namespace = one project brain. Free tier available; Pro is £5/mo when you outgrow it.

Start free — Claude + Cursor shared brain →
Cursor setupProject brainFor teamsvs Mem0MCP file storage