← ReadmeDB
For teams

One project brain — every teammate’s agent on the same page

Each of you sparred with your own coding agent. Later you call a cofounder to explain why the code looks that way. ReadmeDB is the shared markdown brain their agents will actually read — decisions written down once, updated across Cursor and Claude.

The multiplayer agent problem

How teams use ReadmeDB

1. One namespace per product

Share an API key (or create per-person keys on Pro and point them at the same project workflow). Every MCP client hits the same files.

2. Curate, don’t dump

Instruct agents to append outcomes to decisions.md and keep open-tasks.md current — not to upload every transcript. Humans can still open the files in the dashboard.

3. Version when it matters

Bad agent edits happen. ReadmeDB keeps snapshots so you can see what changed — critical when shared write access is on.

What to store together

Keep secrets out of the brain — same rule as committing to git.

Team MCP config

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

Free tier is enough to try with a small team. Pro (£5/mo) unlocks unlimited files, storage, and keys when you scale.

Start free team brain →
Project brainShared AI memoryMCPCompareCLI