YourMemory is a persistent memory layer for AI agents built on the science of how humans remember. Using the Ebbinghaus forgetting curve, memories decay over time based on importance and recall frequency, critical facts stick, stale ones fade, contradictions get resolved automatically.
Works with Claude, Cursor, Cline, Windsurf, and any MCP compatible client. One pip install, zero infrastructure required. Stores memories locally in DuckDB with hybrid BM25+vector retrieval and an entity knowledge graph that connects related facts across sessions.
Benchmarked against LongMemEval (84.8% recall), LoCoMo 10 (59% vs Zep Cloud's 28%), and HotpotQA multi hop reasoning (71.5%, entity graph edges connect facts that pure vector search misses).
Includes a built in memory dashboard to browse, filter, and sort all stored memories by strength and category, multi agent support with private and shared memory isolation, and a yourmemory ask CLI that answers factual questions locally via Ollama, zero cloud API calls, zero tokens burned.


