MCP Directory
Back

TrueMemory

by buildingjoshbetter · Python · ★ 360

The memory your AI should have had from the start. Automatic capture, automatic recall, 100% local. One SQLite file, zero cloud. Works with Claude Code, Claude CLI, Cursor, Codex CLI, Gemini CLI.

#agent-memory#ai#ai-agent#ai-agents#ai-memory#anthropic#claude#claude-code#developer-tools#embeddings#generative-ai#llm#mcp#mcp-server#model-context-protocol#python#rag#semantic-search#sqlite#vector-search

Install

pip install git+https://github.com/buildingjoshbetter/TrueMemory.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "truememory": {
      "command": "uvx",
      "args": [
        "git+https://github.com/buildingjoshbetter/TrueMemory.git"
      ]
    }
  }
}

From the README

 –   –  Why · Quick Start · Compare · Tiers · Benchmarks · API · Docs · FAQ · Discord | System | LoCoMo | LongMemEval | Local-first | Auto-capture | License | |--------|--------|-------------|:-----------:|:------------:|---------| | **TrueMemory Pro** | **93.0%** | **92.0%** | ✅ | ✅ | AGPL-3.0 | | **TrueMemory Base** | **92.0%** | **84.1%** | ✅ | ✅ | AGPL-3.0 | | Mem0 | 61.4% | — | Partial | ❌ | Apache-2.0 | | Supermemory | 65.4% | — | ❌ | ❌ | Cloud API | | MemOS | 75.8% | — | ✅ | ❌ | Apache-2.0 | | ReadAgent | 79.5% | — | ❌ | ❌ | Research |…
Read full README on GitHub →

Related databases servers