The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Remembra listing page.
The memory layer for AI that actually works.
Persistent memory with entity resolution, temporal decay, and graph-aware recall.
Self-host in minutes. No vendor lock-in.
Documentation • Website • Quick Start • Why Remembra? • Twitter • Discord
Most memory layers store an LLM's paraphrase of what you said. Remembra now keeps the receipts.
metadata.source_id
pointing back to its source. Recall a fact, fetch its evidence.verified: false, not silently trusted.REMEMBRA_ASYNC_ENRICHMENT=true stores the verbatim
source instantly and runs extraction in the background.Claude Desktop • Claude Code • Codex CLI • Cursor • Windsurf • Gemini
Every AI app needs memory. Your chatbot forgets users between sessions. Your agent can't recall decisions from yesterday. Your assistant asks the same questions over and over.
Existing solutions have tradeoffs:
That's it. Remembra + Qdrant + Ollama start locally. No API keys needed.
Or with Docker Compose directly:
Try it:
One command configures everything:
This auto-detects and configures: Claude Desktop, Claude Code, Codex CLI, Cursor, Windsurf, Gemini.
Verify setup:
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Claude Code:
Cursor — add to .cursor/mcp.json:
Now ask Claude: "Remember that Alice is CEO of Acme Corp" — then later: "Who runs Acme?"
| Feature | Remembra | Mem0 | Zep/Graphiti | Letta | Engram |
|---|---|---|---|---|---|
| One-Command Install | ✅ curl | bash | ✅ pip | ✅ pip | ⚠️ Complex | ✅ brew |
| Bi-Temporal Relationships | ✅ Point-in-time | ❌ | ⚠️ Basic | ❌ | ❌ |
| Entity Resolution | ✅ Free | 💰 $249/mo | ✅ | ❌ | ❌ |
| Conflict Detection | ✅ Auto-supersede | ❌ | ❌ | ❌ | ❌ |
| PII Detection | ✅ Built-in | ❌ | ❌ | ❌ | ❌ |
| Hybrid Search | ✅ BM25+Vector | ❌ | ✅ | ❌ | ❌ |
| 6 Embedding Providers | ✅ Hot-swap | ❌ (1-2) | ❌ (1) | ❌ | ❌ |
| Plugin System | ✅ | ❌ | ❌ | ✅ | ❌ |
| Sleep-Time Compute | ✅ | ❌ | ❌ | ✅ | ❌ |
| Self-Host + Billing | ✅ Stripe | ❌ | ❌ | ❌ | ❌ |
| Memory Spaces | ✅ Multi-tenant | ❌ | ❌ | ❌ | ❌ |
| MCP Server | ✅ 11 Tools | ✅ | ❌ | ❌ | ✅ |
| Pricing | Free / $49 / $199 | $19 → $249 | $25+ | Free | Free |
| License | MIT | Apache 2.0 | Apache 2.0 | Apache 2.0 | MIT |
🧠 Smart Extraction — LLM-powered fact extraction from raw text
👥 Entity Resolution — "Adam", "Mr. Smith", "my husband" → same person
⏱️ Temporal Memory — TTL, decay curves, historical queries
🔍 Hybrid Search — Semantic + keyword for accurate recall
🔒 Security — PII detection, anomaly monitoring, audit logs
📊 Dashboard — Visual memory browser, entity graphs, analytics
Tested on the LoCoMo benchmark (Snap Research, ACL 2024) — the standard academic benchmark for AI memory systems.
| Category | Accuracy | Questions |
|---|---|---|
| Single-hop (direct recall) | 100% | 37 |
| Multi-hop (cross-session reasoning) | 100% | 32 |
| Temporal (time-based queries) | 100% | 13 |
| Open-domain (world knowledge + memory) | 100% | 70 |
| Overall (memory categories) | 100% | 152 |
Scored with LLM judge (GPT-4o-mini). Adversarial detection not yet implemented. Run your own:
python benchmarks/locomo_runner.py --data /tmp/locomo/data/locomo10.json
| Resource | Description |
|---|---|
| Quick Start | Get running in minutes |
| Python SDK | Full Python reference |
| TypeScript SDK | JavaScript/TypeScript guide |
| MCP Server | Tool reference + setup guides for 11 tools |
| REST API | API reference |
| Self-Hosting | Docker deployment guide |
Give any AI coding tool persistent memory with one command. Works with Claude Code, Cursor, VS Code + Copilot, Windsurf, JetBrains, Zed, OpenAI Codex, and any MCP-compatible client.
Available Tools (11 total):
| Tool | Description |
|---|---|
store_memory | Save facts, decisions, context |
recall_memories | Semantic search across memories |
update_memory | Update content without delete+recreate |
forget_memories | GDPR-compliant deletion |
list_memories | Browse stored memories |
search_entities | Search the entity graph |
share_memory | Cross-agent memory sharing via Spaces |
timeline | Temporal browsing by entity and date |
relationships_at | Point-in-time relationship queries |
ingest_conversation | Auto-extract from chat history |
health_check | Verify connection |
We welcome contributions! See CONTRIBUTING.md for guidelines.
MIT License — Use it however you want.
If Remembra helps you, please star the repo! It helps others discover the project.
Built with ❤️ by DolphyTech
remembra.dev • docs • twitter • discord