← ReadmeDB
Compare · Updated July 2026

ReadmeDB vs Letta: shared project brain vs agent operating system

Letta (formerly MemGPT) builds stateful agents — memory blocks, archival search, sleep-time agents, subagents. ReadmeDB is infrastructure: versioned markdown files any MCP host can read and write. Different layers of the stack.

Feature comparison

DimensionReadmeDBLetta
Primary modelHosted markdown files + optional distilled memoriesAgent harness with core / archival / recall memory
Best jobCross-tool project truth (Cursor ↔ Claude ↔ Windsurf)Long-running autonomous agents that learn over time
Human-readable storePlain .md in your namespaceMemory blocks + message history
Works inside your existing IDE agentsOne MCP config lineLetta Agent SDK / hosted agents
File versioning / diffs10 snapshots per fileFilesystem tools on attached files
Semantic memory searchKeyword + hybrid_recallArchival + vector search
Agent self-edits memoryVia MCP write/patch toolsCore blocks + sleep-time agents
Multi-agent subagentsShared namespace, not agent runtimeFirst-class subagents + skills
Self-host optionHosted SaaS onlyApp Server + local Agent SDK

When Letta wins

You are building a product around a persistent agent persona — core memory blocks, archival recall, sleep-time consolidation, subagents, and the Letta Agent SDK. Letta is the runtime; memory is inside the agent harness.

When ReadmeDB wins

You already use Cursor, Claude Code, or Windsurf and want one decisions.md every tool updates — without migrating to a new agent framework. You want diffs, trash, bootstrap templates, and a dashboard humans can skim. That is project brain infrastructure, not an agent OS.

Can you use both?

Yes. Letta agents can call ReadmeDB over MCP for durable project files while Letta manages in-agent persona and archival memory. Letta’s own filesystem tools overlap for attached files; ReadmeDB wins when multiple hosts must share the same namespace.

Connect your project brain

{
  "mcpServers": {
    "readmedb": {
      "url": "https://app.readmedb.com/api/mcp",
      "headers": {
        "Authorization": "Bearer rdb_your_key"
      }
    }
  }
}
Start free project brain →
vs HackMD / GitHubvs Mem0vs ZepProject brainMCP