# AI Memory Systems — Feature-Level Comparison

> **Open-source fact table.** Every claim links to public README, docs, or source.
> Corrections via PR welcome. No affiliation with any listed project.

**Last updated:** 2026-05-29  
**Systems:** 70  
**Live:** [carsteneu.github.io/ai-memory-comparison](https://carsteneu.github.io/ai-memory-comparison/)

---

## Systems Overview

| System | Stars | Lang | License | Created | Description |
|---|---:|---|---|---|---|
| [MarsNMe](https://github.com/marsmanleo/MarsNMe) | 5 | JavaScript | MIT | 2026-03 | MCP memory gateway, own Supabase, TTL decay, supersede chains, 5+ platforms |
| [gitmem](https://github.com/gitmem-dev/gitmem) | 8 | TypeScript | MIT | 2026-04 | MCP server, BM25+semantic, 17 schema fields, keywords, local-first |
| [YesMem](https://github.com/carsteneu/yesmem) | 10 | Go | Apache 2.0 | 2026-04-09 | Project continuity layer with deepest data model and proxy collapse |
| [VIR](https://github.com/djolex999/vir) | 14 | TypeScript | MIT | 2026-04 | Obsidian-native LLM Wiki: retroactive Claude Code session distillation, MCP+CLI daemon, confidence-scored markdown notes |
| [Fullerenes](https://github.com/codebreaker77/Fullerenes) | 19 | TypeScript | MIT | 2026-04-25 | Zero-LLM Tree-sitter code graph, blast radius analysis, 64% SWE-bench token reduction |
| [fidelis](https://github.com/hermes-labs-ai/fidelis) | 20 | Python | MIT | 2026-03 | Non-LLM agent memory, BM25 + rerank, 83.2% R@1 on LongMemEval-S, depends on mem0 |
| [Origin](https://github.com/7xuanlu/origin) | 31 | Rust | Apache 2.0 | 2026-04-19 | Local-first Rust daemon with git-versioned memories, distilled wiki pages, and knowledge graph |
| [Continuity v2](https://github.com/Haustorium12/continuity-v2) | 32 | Python | MIT | 2026-04 | SSE proxy for Claude Code, FTS5+ANN search, compaction hooks, thread recall via BFS graph |
| [ArcRift](https://github.com/Eshaan-Nair/ArcRift) | 75 | TypeScript | MIT | 2026-04 | Local persistent memory layer, Chrome extension + MCP, sqlite-vec RAG |
| [second-brain](https://github.com/rahilp/second-brain-cloudflare) | 91 | TypeScript | MIT | 2026-05-17 | Serverless Cloudflare memory, time-decay reranking, smart merge LLM, one-click deploy |
| [CommonGround](https://github.com/Intelligent-Internet/CommonGround) | 137 | TypeScript | MIT | 2025-11 | Shared agent workspace: collaborative memory, pub/sub events, agent directory |
| [omega-memory](https://github.com/omega-memory/omega-memory) | 148 | Python | MIT | 2026-01 | 28-tool multi-agent memory, 5 search modes, all lifecycle features, LongMemEval 76.8% |
| [AIPass](https://github.com/AIOSAI/AIPass) | 158 | Python | MIT | 2026-02 | CLI-native agent workspace, ChromaDB, auto-rollover, no delete |
| [Mengram](https://github.com/alibaizhanov/mengram) | 171 | Python | Apache 2.0 | 2026-02-10 | 3-tier memory (semantic/episodic/procedural), 30 MCP tools, experience-driven procedure evolution |
| [ClawMem](https://github.com/yoloshii/ClawMem) | 177 | TypeScript | MIT | 2026-02-06 | On-device, hybrid BM25+vector+RRF+cross-encoder, 5+ search modes, conflict detection |
| [shodh-memory](https://github.com/varun29ankuS/shodh-memory) | 215 | Rust | ? | 2025-12-03 | Cognitive: learns from use, forgets irrelevant, TinyBERT NER, RichContext |
| [YourMemory](https://github.com/sachitrafa/YourMemory) | 231 | Python | CC BY-NC 4.0 | 2026-03-02 | Self-hosted MCP server, Ebbinghaus forgetting, NER+graph, LoCoMo 59%/LongMemEval 89.4% |
| [memanto](https://github.com/moorcheh-ai/memanto) | 233 | Python | MIT | 2026-03 | Vector-only (no graph), 13 memory types, 5 search modes, LoCoMo 87.1% SOTA |
| [MoltBrain](https://github.com/nhevers/MoltBrain) | 250 | TypeScript | ? | 2026-01-26 | Long-term memory, MoltBook multi-agent, web viewer, ChromaDB |
| [MemLayer](https://github.com/divagr18/memlayer) | 275 | Python | MIT | 2025-11-16 | 3-line LTM for any LLM: hybrid vector+graph, 3 speed tiers, salience gating, offline mode |
| [icarus](https://github.com/esaradev/icarus-memory-infra) | 285 | Python | MIT | 2026-03-24 | Provenance, rollback, 3-layer: working+session+wiki, 23 schema fields |
| [Memory Palace](https://github.com/AGI-is-going-to-arrive/Memory-Palace) | 301 | Python | MIT | 2026-02-19 | Forgetting engine, snapshot rollback, intent-aware search, 4 maintenance engines |
| [Octopoda-OS](https://github.com/RyjoxTechnologies/Octopoda-OS) | 337 | Python | MIT | 2026-04-02 | Memory OS: loop detection, agent messaging, crash recovery, 29 MCP tools |
| [ai-memory](https://github.com/akitaonrails/ai-memory) | 387 | Rust | MIT | 2026-05-21 | Git-versioned markdown wiki, zero LLM mode, cross-agent handoffs |
| [Memora](https://github.com/agentic-box/memora) | 407 | Python | MIT | 2025-11-11 | MCP memory: hybrid RRF, auto-hierarchy, LLM dedup, live graph UI, event-driven multi-agent |
| [memorix](https://github.com/memorix-ai/memorix) | 433 | Python | Apache 2.0 | 2026-02-14 | Generic vector-store SDK wrapping FAISS/Qdrant — NOT agent memory |
| [TeleMem](https://github.com/Tele-AI/TeleMem) | 461 | Python | MIT | 2026-05 | Mem0 drop-in replacement: semantic dedup, multimodal video, multi-user |
| [context-infra](https://github.com/grapeot/context-infrastructure) | 504 | Python | MIT | 2026-03-16 | Memory + rules + skills + scheduled observations |
| [vestige](https://github.com/samvallad33/vestige) | 540 | Rust | AGPL-3.0 | 2026-01-25 | FSRS-6 spaced repetition, 29 brain modules, 3D dashboard, Rust binary |
| [memoir](https://github.com/zhangfengcdt/memoir) | 555 | Python | Apache-2.0 | 2025-08 | Git-like branch/commit/merge memory, visual explorer, Claude+Codex plugins |
| [stash](https://github.com/alash3al/stash) | 703 | Go | Apache 2.0 | 2026-04-24 | Go binary, 8-stage consolidation pipeline, causal link + hypothesis engine |
| [MemoMind](https://github.com/24kchengYe/MemoMind) | 716 | Python | ? | 2026-03-15 | GPU-accelerated, 4-way hybrid retrieval, 4600+ entities, web dashboard |
| [Wax](https://github.com/christopherkarani/Wax) | 745 | Swift | Apache 2.0 | 2026-01-20 | Swift/Metal, Apple Silicon, single-file, sub-ms RAG, EAV entities, hybrid FTS+HNSW |
| [opencode-mem](https://github.com/tickernelz/opencode-mem) | 793 | TypeScript | ? | 2026-01-10 | OpenCode plugin, local vector DB, dashboard, dedup, persona extraction |
| [LightMem](https://github.com/zjunlp/LightMem) | 877 | Python | MIT | 2025-05 | ICLR 2026: lightweight memory-augmented generation with adaptive gating |
| [token-savior](https://github.com/Mibayy/token-savior) | 914 | Python | MIT | 2026-03-30 | FTS5+vector hybrid RRF, Tree-sitter code graph, Thompson-sampled persona lattice |
| [mem9](https://github.com/mem9-ai/mem9) | 1115 | TypeScript | Apache 2.0 | 2026-01 | TiDB Cloud backed, hybrid search, multi-agent spaces, conflict resolution, 6 platforms |
| [nocturne](https://github.com/Dataojitori/nocturne_memory) | 1151 | Python | MIT | 2025-12-25 | Rollbackable, visual LTM for MCP agents, no vector RAG, 9 MCP clients |
| [LangMem](https://github.com/langchain-ai/langmem) | 1474 | Python | MIT | 2025-02 | LangChain memory toolkit — library only, no CLI/plugin, requires API keys |
| [memsearch](https://github.com/zilliztech/memsearch) | 1861 | Python | Apache 2.0 | 2025-08 | Cross-platform semantic memory: hybrid RRF, SHA-256 dedup, 3-layer progressive recall, ONNX bge-m3 |
| [mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) | 1901 | Python | Apache 2.0 | 2024-12-26 | Persistent memory for AI agent pipelines, REST API + MCP + knowledge graph + auto-consolidation |
| [obsidian-mind](https://github.com/breferrari/obsidian-mind) | 2730 | TypeScript | MIT | 2026-02-28 | Obsidian vault template, markdown-native memory, QMD hybrid RRF search |
| [MemMachine](https://github.com/MemMachine/MemMachine) | 3094 | Python | Apache 2.0 | 2025-08 | Agentic retrieval with ChainOfQueryAgent multi-hop, 3-layer memory, Neo4j+PG |
| [Acontext](https://github.com/memodb-io/Acontext) | 3493 | JS/TS/Go/Python | Apache-2.0 | 2025-10 | Agent Skills as a Memory Layer — auto-captures learnings as Markdown skill files, progressive disclosure retrieval |
| [MIRIX](https://github.com/MIRIX-AI/MIRIX) | 3554 | Python | MIT | 2025-09 | 6-type memory architecture, LoCoMo 85.38% SOTA, 99.9% storage reduction, best extraction pipeline |
| [engram](https://github.com/Gentleman-Programming/engram) | 3855 | Go | MIT | 2026-02-16 | Go binary agent memory with conflict surfacing and TUI |
| [MemoryBear](https://github.com/Suanmo/MemoryBear) | 4167 | Python | Apache 2.0 | 2025-06 | Bio-inspired 6-engine memory: perception, graph, hybrid search, Ebbinghaus forgetting, reflection |
| [OpenMemory](https://github.com/CaviraOSS/OpenMemory) | 4167 | Python | Apache 2.0 | 2025-10 | HMD v2 cognitive engine: 5-sector decay, temporal KG, waypoint graph, document ingestion |
| [m_flow](https://github.com/FlowElement-ai/m_flow) | 4382 | Python | Apache 2.0 | 2026-02 | Bio-inspired Graph RAG, 4-layer cone, graph-routed path-cost search, LoCoMo 81.8% #1 |
| [memory-lancedb-pro](https://github.com/CortexReach/memory-lancedb-pro) | 4388 | TypeScript | MIT | 2025-11 | LanceDB plugin: 6-stage hybrid pipeline, Weibull decay, dreaming sidecar, multi-scope |
| [TencentDB-AM](https://github.com/Tencent/TencentDB-Agent-Memory) | 4408 | TypeScript | MIT | 2026-04-07 | Mermaid symbolic memory, L0→L3 pyramid, 61% token reduction |
| [Honcho](https://github.com/plastic-labs/honcho) | 4455 | Python | AGPL-3.0 | 2024-04 | Memory library for stateful agents, theory-of-mind reasoning, multi-agent capable |
| [ByteRover](https://github.com/campfirein/byterover-cli) | 4801 | TypeScript | Elastic 2.0 | 2025-06-19 | Context tree with git-like VC, strongest benchmarks (LoCoMo 96.1) |
| [EverOS](https://github.com/EverMind-AI/EverOS) | 5790 | Python | Apache 2.0 | 2025-10-28 | Self-evolving agent memory with evaluation framework |
| [MemOS](https://github.com/MemTensor/MemOS) | 9449 | Python | Apache 2.0 | 2025-10 | Self-evolving memory OS, L1/L2/L3, MemCubes, time machine, strong benchmarks |
| [memU](https://github.com/NevaMind-AI/memU) | 13700 | Python | MIT | 2025-09 | Always-on memory for 24/7 proactive agents, 3-tier layered, LoCoMo 92.09%, 5 modality preprocessing |
| [Memori](https://github.com/MemoriLabs/Memori) | 15007 | Python | Apache 2.0 | 2025-07-24 | Agent-native memory (captures execution, not just conversation) |
| [hindsight](https://github.com/vectorize-io/hindsight) | 15064 | Python | MIT | 2025-10 | Self-improving agentic memory, 91.4% LongMemEval, reflect engine, web dashboard |
| [Memvid](https://github.com/memvid/memvid) | 15583 | Rust | Apache 2.0 | 2025-05-27 | Single-file memory (.mv2) with Smart Frames and time-travel |
| [Cognee](https://github.com/topoteretes/cognee) | 17578 | Python | Apache 2.0 | 2023-08-16 | Memory control plane with remember/recall/forget/improve API |
| [agentmemory](https://github.com/rohitg00/agentmemory) | 19418 | TypeScript | Apache 2.0 | 2026-02-25 | 53 MCP tools, 12 hooks, 4-tier lifecycle, 3-way RRF, pi native |
| [gbrain](https://github.com/garrytan/gbrain) | 19637 | TypeScript | MIT | 2025-07 | Garry Tan's production agent brain: zero-LLM KG, gap-aware synthesis, PGLite, dream cycle |
| [Supermemory](https://github.com/supermemoryai/supermemory) | 22743 | TypeScript | MIT | 2024 | Cloud memory API, hybrid RAG+Memory, #1 benchmarks, Chrome ext+MCP+plugins |
| [Letta](https://github.com/letta-ai/letta) | 23028 | Python | Apache-2.0 | 2023-10 | Stateful agent platform, 3-tier memory (core/recall/archival), sleep-time dreaming |
| [OpenViking](https://github.com/volcengine/OpenViking) | 24873 | Python | AGPL-3.0 | 2026-01-05 | ByteDance context DB, filesystem paradigm, L0/L1/L2 tiers, LoCoMo 82% |
| [Graphiti](https://github.com/getzep/graphiti) | 26717 | Python | Apache 2.0 | 2024-08-08 | Temporal knowledge graph engine (powers Zep) |
| [Nanobot](https://github.com/HKUDS/nanobot) | 43346 | Python | MIT | 2025-05 | 43.3k star AI agent framework — Dream is one subsystem, NOT dedicated memory |
| [MemPalace](https://github.com/MemPalace/mempalace) | 53019 | Python | MIT | 2026-04-05 | Verbatim storage, palace metaphor, 96.6% LongMemEval raw retrieval |
| [Mem0](https://github.com/mem0ai/mem0) | 57026 | Python | Apache 2.0 | 2023-06-20 | Memory-as-a-Service platform with best published benchmarks |
| [claude-mem](https://github.com/thedotmack/claude-mem) | 79478 | TypeScript | Apache 2.0 | 2025-08-31 | Hooks-based observation capture with progressive disclosure |

---

## Vital Signs

| System | Stars | Language | License | Single binary | Created | Coverage |
| --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | 5 | JavaScript | MIT | — | 2026-03 | 25% |
| gitmem | 8 | TypeScript | MIT | — | 2026-04 | 17% |
| YesMem | 10 | Go | Apache 2.0 | ✅ | 2026-04-09 | 87% |
| VIR | 14 | TypeScript | MIT | — | 2026-04 | 35% |
| Fullerenes | 19 | TypeScript | MIT | — | 2026-04-25 | 15% |
| fidelis | 20 | Python | MIT | — | 2026-03 | 10% |
| Origin | 31 | Rust | Apache 2.0 | — | 2026-04-19 | 63% |
| Continuity v2 | 32 | Python | MIT | — | 2026-04 | 13% |
| ArcRift | 75 | TypeScript | MIT | — | 2026-04 | 27% |
| second-brain | 91 | TypeScript | MIT | — | 2026-05-17 | 23% |
| CommonGround | 137 | TypeScript | MIT | — | 2025-11 | 8% |
| omega-memory | 148 | Python | MIT | — | 2026-01 | 43% |
| AIPass | 158 | Python | MIT | — | 2026-02 | 28% |
| Mengram | 171 | Python | Apache 2.0 | — | 2026-02-10 | 37% |
| ClawMem | 177 | TypeScript | MIT | — | 2026-02-06 | 38% |
| shodh-memory | 215 | Rust | ? | ✅ | 2025-12-03 | 32% |
| YourMemory | 231 | Python | CC BY-NC 4.0 | — | 2026-03-02 | 28% |
| memanto | 233 | Python | MIT | — | 2026-03 | 28% |
| MoltBrain | 250 | TypeScript | ? | — | 2026-01-26 | 20% |
| MemLayer | 275 | Python | MIT | — | 2025-11-16 | 15% |
| icarus | 285 | Python | MIT | — | 2026-03-24 | 18% |
| Memory Palace | 301 | Python | MIT | — | 2026-02-19 | 33% |
| Octopoda-OS | 337 | Python | MIT | — | 2026-04-02 | 15% |
| ai-memory | 387 | Rust | MIT | ✅ | 2026-05-21 | 32% |
| Memora | 407 | Python | MIT | — | 2025-11-11 | 27% |
| memorix | 433 | Python | Apache 2.0 | — | 2026-02-14 | 7% |
| TeleMem | 461 | Python | MIT | — | 2026-05 | 7% |
| context-infra | 504 | Python | MIT | — | 2026-03-16 | 23% |
| vestige | 540 | Rust | AGPL-3.0 | ✅ | 2026-01-25 | 35% |
| memoir | 555 | Python | Apache-2.0 | — | 2025-08 | 18% |
| stash | 703 | Go | Apache 2.0 | ✅ | 2026-04-24 | 33% |
| MemoMind | 716 | Python | ? | — | 2026-03-15 | 23% |
| Wax | 745 | Swift | Apache 2.0 | ✅ | 2026-01-20 | 17% |
| opencode-mem | 793 | TypeScript | ? | — | 2026-01-10 | 15% |
| LightMem | 877 | Python | MIT | — | 2025-05 | 3% |
| token-savior | 914 | Python | MIT | — | 2026-03-30 | 28% |
| mem9 | 1115 | TypeScript | Apache 2.0 | — | 2026-01 | 33% |
| nocturne | 1151 | Python | MIT | — | 2025-12-25 | 23% |
| LangMem | 1474 | Python | MIT | — | 2025-02 | 3% |
| memsearch | 1861 | Python | Apache 2.0 | — | 2025-08 | 18% |
| mcp-memory-service | 1901 | Python | Apache 2.0 | — | 2024-12-26 | 68% |
| obsidian-mind | 2730 | TypeScript | MIT | — | 2026-02-28 | 22% |
| MemMachine | 3094 | Python | Apache 2.0 | — | 2025-08 | 32% |
| Acontext | 3493 | JS/TS/Go/Python | Apache-2.0 | — | 2025-10 | 22% |
| MIRIX | 3554 | Python | MIT | — | 2025-09 | 40% |
| engram | 3855 | Go | MIT | ✅ | 2026-02-16 | 38% |
| MemoryBear | 4167 | Python | Apache 2.0 | — | 2025-06 | 55% |
| OpenMemory | 4167 | Python | Apache 2.0 | — | 2025-10 | 25% |
| m_flow | 4382 | Python | Apache 2.0 | — | 2026-02 | 23% |
| memory-lancedb-pro | 4388 | TypeScript | MIT | — | 2025-11 | 15% |
| TencentDB-AM | 4408 | TypeScript | MIT | — | 2026-04-07 | 17% |
| Honcho | 4455 | Python | AGPL-3.0 | — | 2024-04 | 18% |
| ByteRover | 4801 | TypeScript | Elastic 2.0 | — | 2025-06-19 | 25% |
| EverOS | 5790 | Python | Apache 2.0 | — | 2025-10-28 | 23% |
| MemOS | 9449 | Python | Apache 2.0 | — | 2025-10 | 27% |
| memU | 13700 | Python | MIT | — | 2025-09 | 17% |
| Memori | 15007 | Python | Apache 2.0 | — | 2025-07-24 | 15% |
| hindsight | 15064 | Python | MIT | — | 2025-10 | 20% |
| Memvid | 15583 | Rust | Apache 2.0 | — | 2025-05-27 | 17% |
| Cognee | 17578 | Python | Apache 2.0 | — | 2023-08-16 | 17% |
| agentmemory | 19418 | TypeScript | Apache 2.0 | — | 2026-02-25 | 43% |
| gbrain | 19637 | TypeScript | MIT | — | 2025-07 | 35% |
| Supermemory | 22743 | TypeScript | MIT | — | 2024 | 47% |
| Letta | 23028 | Python | Apache-2.0 | — | 2023-10 | 20% |
| OpenViking | 24873 | Python | AGPL-3.0 | — | 2026-01-05 | 28% |
| Graphiti | 26717 | Python | Apache 2.0 | — | 2024-08-08 | 25% |
| Nanobot | 43346 | Python | MIT | — | 2025-05 | 12% |
| MemPalace | 53019 | Python | MIT | — | 2026-04-05 | 15% |
| Mem0 | 57026 | Python | Apache 2.0 | — | 2023-06-20 | 17% |
| claude-mem | 79478 | TypeScript | Apache 2.0 | — | 2025-08-31 | 27% |

---

## Architecture

| System | Deployment | Storage | Integration | Proxy | Web/TUI | Offline | Multi-agent | LLM providers | Cache optimization | Procedural memory | Sandboxed exec | Scheduled/autonomous | Privacy/encrypt | Data export | Setup | Pricing |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | MCP server | Supabase+pgvector | MCP | — | — | — | — | 1 | — | — | — | — | ✅ | — | npm install | free |
| gitmem | MCP server (npx) | .gitmem/ + Supabase | MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | npx install | free |
| YesMem | Local binary | SQLite+Vector | Proxy+MCP+Hooks | ✅ | — | ✅ | ✅ | 4 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | curl \| bash | free |
| VIR | Local CLI (npm) | SQLite + Markdown vault | MCP + Hooks + CLI | — | — | ✅ | — | 2 | ✅ | ✅ | — | ✅ | — | ✅ | npm install -g | free |
| Fullerenes | Local CLI + MCP | SQLite (graph.db) | MCP | — | — | ✅ | — | 0 | — | — | — | — | — | — | npm install | free |
| fidelis | MCP server + hooks | BM25+ChromaDB | MCP + hooks | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | pip install | free |
| Origin | Local daemon | libSQL+FTS5 | MCP+CC plugin | — | — | ✅ | — | 2 | — | ✅ | — | ✅ | ✅ | ✅ | npx setup | free |
| Continuity v2 | Local proxy+MCP | SQLite+FTS5+sqlite-vec | Proxy+MCP+Hooks | ✅ | — | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| ArcRift | Local server + Chrome ext | sqlite-vec | MCP + browser | — | ✅ | ✅ | — | 1 | — | — | — | — | ✅ | — | ? | free |
| second-brain | Cloudflare Workers | D1+Vectorize | MCP | — | ✅ | — | — | 1 | — | — | — | — | ✅ | — | one-click deploy | free |
| CommonGround | Self-hosted | SQLite+Vector | REST+WebSocket | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | — | — | docker compose | free |
| omega-memory | Local server | SQLite+Vector | MCP | — | — | ✅ | ✅ | 1 | — | — | — | — | — | — | pip install | free |
| AIPass | Local CLI | ChromaDB+JSON | CLI | — | — | ✅ | — | 1 | — | — | — | — | ✅ | ✅ | pip install | free |
| Mengram | Cloud/Self-hosted | PostgreSQL+pgvector | MCP+Hooks | — | — | ✅ | — | 1 | — | ✅ | — | ✅ | — | — | pip install | free |
| ClawMem | Local server (Bun) | SQLite+FTS5+Vector | Hooks + MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | ✅ | bun install | free |
| shodh-memory | Local binary | Tantivy+FTS5+Vector | MCP | — | — | ✅ | ✅ | 1 | — | — | — | — | ✅ | — | cargo install | free |
| YourMemory | Self-hosted MCP | DuckDB/SQLite+pgvector | MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | pip install | free |
| memanto | Local/Cloud | Vector DB | MCP+SaaS | — | — | ✅ | — | 1 | — | — | — | — | — | — | pip install | freemium |
| MoltBrain | Plugin | ChromaDB+SQLite | Plugin+MCP | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | ✅ | — | npm install | free |
| MemLayer | Python library | ChromaDB+NetworkX | Library (3 lines) | — | — | ✅ | — | 5 | — | — | — | — | ✅ | — | pip install memlayer | free |
| icarus | Local Python | Markdown wiki + archive | MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | pip install | free |
| Memory Palace | Docker / local Python | SQLite+sqlite-vec | MCP+Skills | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | docker compose | free |
| Octopoda-OS | Local server | Key-value store | MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | ✅ | pip install | free |
| ai-memory | Local binary | Git wiki (md) | MCP+Hooks | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | ? | free |
| Memora | MCP server | SQLite+FTS5 | MCP | — | ✅ | ✅ | ✅ | 2 | — | — | — | — | ✅ | — | pip install | free |
| memorix | Python library | FAISS/Qdrant | Python SDK | — | — | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| TeleMem | Library | Vector DB | SDK | — | — | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| context-infra | Local Python | Markdown files | MCP | — | — | ✅ | — | 1 | ✅ | — | — | — | — | — | setup_guide.md | free |
| vestige | Local binary (22MB) | SQLite+FTS5 | MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | ✅ | — | cargo install | free |
| memoir | Plugin (Claude Code, Codex) | Hierarchical paths | Plugin+CLI | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| stash | Local binary | Postgres+pgvector | MCP | — | — | ✅ | — | 1 | — | — | — | — | — | — | go install | free |
| MemoMind | Local Python | Local vector DB | MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| Wax | Single file (Apple Silicon) | Single file (frame container) | Library+MCP | — | — | ✅ | — | 1 | — | — | — | — | — | — | swift build | free |
| opencode-mem | OpenCode plugin | Local vector DB | Plugin (OpenCode) | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | npm install | free |
| LightMem | Research library | Memory tokens (model) | Library | — | — | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| token-savior | MCP server | SQLite+FTS5+sqlite-vec | MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| mem9 | Cloud/Self-host | TiDB Cloud | MCP+Hooks | — | ✅ | ✅ | ✅ | 3 | — | — | — | — | ✅ | ✅ | npx install | freemium |
| nocturne | Local MCP server | SQLite | MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | pip install | free |
| LangMem | Library | Pluggable backends | LangChain/LangGraph | — | — | — | — | 1 | — | — | — | — | — | — | pip install | free |
| memsearch | Local CLI+MCP | Milvus+Markdown | MCP+CLI | — | — | ✅ | — | 9 | — | — | — | — | — | — | pip install | free |
| mcp-memory-service | Local/Docker/Cloudflare | SQLite-vec+Cloudflare+Milvus | REST(76ep)+MCP+OAuth2+CLI | — | ✅ | ✅ | ✅ | 5 | ✅ | — | — | — | ✅ | ✅ | pip install | free |
| obsidian-mind | Obsidian vault + npm | Markdown + QMD/SQLite | CLI + MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | npm install | free |
| MemMachine | Server+SDK | Neo4j+PostgreSQL+pgvector | MCP+SDK | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | ✅ | — | docker compose | free |
| Acontext | Cloud + Docker self-host | PostgreSQL+pgvector+Redis+RabbitMQ+S3 | SDK+REST | — | ✅ | ✅ | — | 3 | — | — | — | — | ✅ | ✅ | curl \| sh | freemium |
| MIRIX | Self-hosted | PostgreSQL+pgvector | REST API | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | ✅ | — | docker compose | free |
| engram | Local bin / Cloud (opt-in) | SQLite+FTS5 | MCP+Hooks (19) | — | ✅ | ✅ | — | 2 | — | — | — | — | ✅ | ✅ | brew install | free |
| MemoryBear | Local server | Neo4j+Elasticsearch | REST API+MCP | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | ✅ | ✅ | docker compose | free |
| OpenMemory | Self-hosted | Vector DB | REST API+MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | docker compose | free |
| m_flow | Local Python | Graph DB | MCP | — | ✅ | ✅ | — | 9 | — | — | — | — | — | — | pip install | free |
| memory-lancedb-pro | OpenClaw plugin | LanceDB | OpenClaw plugin | — | — | ✅ | — | 1 | — | — | — | — | — | — | npm install | free |
| TencentDB-AM | Plugin (OpenClaw) | SQLite+sqlite-vec | Plugin hooks | — | — | ✅ | — | 1 | — | — | — | — | — | — | ? | free |
| Honcho | Server + SDK | Postgres+pgvector | SDK + REST + MCP | — | ✅ | ✅ | ✅ | 3 | — | — | — | — | — | — | docker compose | free |
| ByteRover | Local CLI / Cloud | SQLite+Context tree | MCP+REPL | — | ✅ | ✅ | — | 20 | — | — | — | — | — | — | npm install -g | freemium |
| EverOS | Lib/MCP | Vector DB | MCP | — | — | ✅ | — | 1 | — | — | — | — | — | — | ? | free |
| MemOS | Cloud/Self-host | Neo4j+Qdrant+Redis | API+Plugin | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | docker compose | freemium |
| memU | Library+MCP | Vector DB | MCP+SDK | — | — | ✅ | — | 3 | — | — | — | — | — | — | pip install | free |
| Memori | Cloud / BYODB | Cloud | SDK/MCP | — | ✅ | — | — | 1 | — | — | — | — | — | — | ? | free |
| hindsight | SDK/Cloud | Vector+graph+temporal | Python API+MCP | — | ✅ | ✅ | — | 1 | — | — | — | — | — | — | pip install | freemium |
| Memvid | Lib/Local file | Single .mv2 file | SDK | — | — | ✅ | — | 1 | — | — | — | — | — | — | ? | free |
| Cognee | Lib/Cloud | Graph+Vector | API+Hooks | — | ✅ | ✅ | — | 11 | — | — | — | — | — | — | ? | free |
| agentmemory | Local server (npm) | SQLite (0 external DBs) | MCP + Hooks (12) | — | ✅ | ✅ | ✅ | 3 | — | — | — | — | ✅ | ✅ | npm install -g | free |
| gbrain | Local (PGLite WASM) | PGLite+pgvector | MCP+Hooks | — | ✅ | ✅ | — | 1 | — | — | — | — | ✅ | — | npx install | free |
| Supermemory | Cloud (Cloudflare Workers) | Hyperdrive (PG)+KV+Vector | MCP+API+Plugins | — | ✅ | — | — | 1 | — | — | — | — | — | — | npx install-mcp | freemium |
| Letta | Server + SDK | Postgres + vector + git | SDK + REST | — | ✅ | ✅ | ✅ | 1 | — | — | — | — | — | — | docker compose | free |
| OpenViking | Self-hosted | Context DB (filesystem paradigm) | API | — | ✅ | ✅ | — | 1 | — | — | — | — | ✅ | ✅ | pip install | free |
| Graphiti | Library | Graph DB | Library | — | — | ✅ | — | 1 | — | — | — | — | — | — | ? | free |
| Nanobot | Agent framework | Filesystem | Agent loop | — | — | ✅ | — | 1 | — | — | — | — | ✅ | ✅ | pip install | free |
| MemPalace | Local CLI | ChromaDB (pluggable) | CLI + MCP | — | — | ✅ | — | 1 | — | — | — | — | ✅ | — | uv tool install | free |
| Mem0 | Lib/Self-host/Cloud | Qdrant | API/SDK | — | ✅ | — | — | 16 | — | — | — | — | — | — | pip install | freemium |
| claude-mem | Local CLI | SQLite+Chroma | Hooks (5) | — | ✅ | ✅ | — | 1 | — | ✅ | — | — | ✅ | ✅ | npx install | free |

---

## Data Model

| System | Storage unit | Entities | Actions | Keywords/tags | Anticipated queries | Trigger rules | Domain tag | Task type | Context (why) | Source attribution | Origin + trust | Emotional | Conflict surfacing | Layered memory | Time-travel | Schema fields |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | Memory entry (28 fields) | — | — | — | — | — | — | — | ✅ | ✅ | — | — | ✅ | — | — | 28 |
| gitmem | Learning entry | — | — | ✅ | — | — | — | — | — | — | — | — | — | — | — | 17 |
| YesMem | Learning V2 (structured) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | ✅ | 51 |
| VIR | Typed markdown note (pattern/gotcha/decision/tool) | — | — | — | — | — | — | — | — | ✅ | ✅ | — | ✅ | — | — | 8 |
| Fullerenes | Code symbol node | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 8 |
| fidelis | Verbatim passage | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 3 |
| Origin | Memory + Page | ✅ | — | ✅ | — | — | — | — | ✅ | ✅ | ✅ | — | ✅ | ✅ | ✅ | 40 |
| Continuity v2 | Session entry | — | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | 6 |
| ArcRift | Memory entry | ✅ | — | ✅ | — | — | — | — | ✅ | — | — | — | — | — | — | 7 |
| second-brain | Memory entry (8 fields) | — | — | ✅ | — | — | — | — | — | ✅ | — | — | — | — | — | 8 |
| CommonGround | Shared memory entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 4 |
| omega-memory | Memory entry (15 fields) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 15 |
| AIPass | Document entry (10 metadata fields) | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 10 |
| Mengram | Memory (3 tiers, 26 fields) | ✅ | — | ✅ | — | ✅ | — | — | ✅ | — | — | ✅ | — | ✅ | — | 26 |
| ClawMem | Memory entry (12+ fields) | ✅ | ✅ | ✅ | — | — | — | ✅ | ✅ | ✅ | — | — | ✅ | — | ✅ | 12 |
| shodh-memory | Cognitive entry | ✅ | — | — | — | — | — | — | ✅ | ✅ | — | ✅ | — | ✅ | — | 6 |
| YourMemory | Memory entry (12-14 fields) | ✅ | — | ✅ | — | — | — | — | ✅ | — | — | — | — | — | — | 12 |
| memanto | Memory (13 types) | — | — | — | — | — | — | — | — | ✅ | — | — | — | — | ✅ | 6 |
| MoltBrain | Observation (17 fields) | — | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | 17 |
| MemLayer | Memory fact | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 6 |
| icarus | Working + session + wiki layers | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 23 |
| Memory Palace | Memory entry | — | — | — | — | ✅ | — | — | — | — | — | — | — | ✅ | ✅ | 8 |
| Octopoda-OS | Memory entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 5 |
| ai-memory | Wiki page (md) | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 10 |
| Memora | Memory entry (hierarchical) | — | — | ✅ | — | — | — | — | — | — | — | — | — | — | — | 8 |
| memorix | Vector entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 6 |
| TeleMem | Memory entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 7 |
| context-infra | Context entry | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 4 |
| vestige | Cognitive memory unit | ✅ | — | ✅ | — | — | — | — | — | — | — | — | — | — | — | 5 |
| memoir | Hierarchical memory node | ✅ | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 5 |
| stash | Episode + Fact + Context | ✅ | — | — | — | — | — | — | ✅ | — | — | — | ✅ | ✅ | — | 7 |
| MemoMind | Memory entry | ✅ | — | ✅ | — | — | — | — | — | — | — | — | — | — | — | 6 |
| Wax | Frame entry | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 6 |
| opencode-mem | Vector entry | — | — | — | — | — | — | — | — | ✅ | — | — | — | — | — | 10 |
| LightMem | Memory token | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 3 |
| token-savior | Observation (18+ fields) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 14 |
| mem9 | Memory entry (14 fields) | — | — | ✅ | — | — | — | — | — | ✅ | — | — | ✅ | — | — | 14 |
| nocturne | Memory entry | — | — | — | — | ✅ | — | — | — | — | — | — | — | — | ✅ | 5 |
| LangMem | Memory namespace | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 3 |
| memsearch | Text chunk (no learning abstraction) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 9 |
| mcp-memory-service | Memory (text+metadata) | ✅ | — | ✅ | — | — | ✅ | ✅ | ✅ | ✅ | — | ✅ | ✅ | — | ✅ | 28 |
| obsidian-mind | Markdown note (wiki) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 4 |
| MemMachine | Memory (3 layers) | ✅ | — | — | — | — | — | — | ✅ | ✅ | — | — | — | ✅ | — | 10 |
| Acontext | Skill file (Markdown) | — | — | — | — | — | — | ✅ | — | — | — | — | — | — | — | 12 |
| MIRIX | Memory (6 types) | ✅ | ✅ | ✅ | — | — | — | — | — | ✅ | — | — | — | ✅ | — | 10 |
| engram | Memory (What/Why/Where/Learned) | — | — | ✅ | — | — | — | — | ✅ | — | — | — | ✅ | — | ✅ | 6 |
| MemoryBear | Memory node (12+ fields) | ✅ | — | ✅ | — | — | — | — | ✅ | ✅ | — | ✅ | ✅ | ✅ | ✅ | 12 |
| OpenMemory | Memory (5 sectors) | — | — | — | — | — | — | — | — | — | — | ✅ | — | ✅ | ✅ | 13 |
| m_flow | Graph node (4-layer cone) | ✅ | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 8 |
| memory-lancedb-pro | Memory entry (L0-L2) | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 17 |
| TencentDB-AM | Atom/Scenario/Persona | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 12 |
| Honcho | User-scoped memory | ✅ | — | — | — | — | — | — | ✅ | — | — | — | — | — | — | 5 |
| ByteRover | Context node (tree) | — | — | ✅ | — | — | — | — | — | — | — | — | — | — | ✅ | 6 |
| EverOS | Memory entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 8 |
| MemOS | MemCube | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 19 |
| memU | MemoryItem (3 tiers) | ✅ | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 8 |
| Memori | Memory entry | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 6 |
| hindsight | Memory entry | ✅ | — | ✅ | — | — | — | — | ✅ | — | — | — | — | — | ✅ | 7 |
| Memvid | Smart Frame | ✅ | — | ✅ | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 9 |
| Cognee | Fact (graph+vec) | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 10 |
| agentmemory | Memory entry (structured, confidence-scored) | ✅ | — | — | — | — | — | — | — | — | — | — | — | ✅ | — | 8 |
| gbrain | Memory entry | ✅ | — | — | — | — | — | — | ✅ | ✅ | — | — | ✅ | ✅ | — | 12 |
| Supermemory | Memory entry (versioned, ~23 fields) | ✅ | — | ✅ | — | — | — | — | ✅ | ✅ | — | — | ✅ | ✅ | ✅ | 23 |
| Letta | Memory block | — | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 10 |
| OpenViking | Context node (filesystem tree) | — | — | — | — | — | — | — | ✅ | — | — | — | — | ✅ | — | 6 |
| Graphiti | Fact (graph node) | ✅ | — | — | — | — | — | — | — | — | — | — | — | ✅ | ✅ | 8 |
| Nanobot | Dream memory entry | — | — | — | — | — | — | — | ✅ | — | — | — | — | — | ✅ | 7 |
| MemPalace | Verbatim text (no summarization) | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 5 |
| Mem0 | Memory (text) | ✅ | — | — | — | — | — | — | — | — | — | — | — | — | — | 7 |
| claude-mem | Observation (text) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | 4 |

---

## Search & Retrieval

| System | Full-text | Semantic/vector | Hybrid (BM25+Vec) | Deep (incl. thinking) | Code graph | Docs search | Fact metadata query | Timeline view | Search modes | Data sources |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | — | ✅ | — | — | — | — | — | — | 2 | 5 |
| gitmem | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| YesMem | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 9 | 4 |
| VIR | ✅ | ✅ | — | — | — | — | — | ✅ | 3 | 2 |
| Fullerenes | ✅ | — | — | — | ✅ | — | — | — | 9 | 1 |
| fidelis | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| Origin | ✅ | ✅ | ✅ | — | — | — | ✅ | ✅ | 3 | 3 |
| Continuity v2 | ✅ | ✅ | — | — | — | — | — | — | 2 | 2 |
| ArcRift | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 2 |
| second-brain | — | ✅ | — | — | — | — | — | — | 4 | 1 |
| CommonGround | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| omega-memory | ✅ | ✅ | ✅ | — | — | — | — | — | 5 | 1 |
| AIPass | — | ✅ | — | — | — | — | — | ✅ | 3 | 1 |
| Mengram | ✅ | ✅ | ✅ | — | — | — | — | — | 4 | 1 |
| ClawMem | ✅ | ✅ | ✅ | — | — | — | — | ✅ | 5 | 3 |
| shodh-memory | ✅ | ✅ | ✅ | — | — | — | ✅ | — | 1 | 1 |
| YourMemory | ✅ | ✅ | ✅ | — | — | — | — | — | 4 | 1 |
| memanto | — | ✅ | — | — | — | — | — | ✅ | 5 | 1 |
| MoltBrain | ✅ | ✅ | — | — | — | — | — | ✅ | 2 | 1 |
| MemLayer | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| icarus | ✅ | ✅ | ✅ | — | — | — | — | — | 4 | 1 |
| Memory Palace | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| Octopoda-OS | — | ✅ | — | — | — | — | — | — | 3 | 1 |
| ai-memory | ✅ | ✅ | — | — | — | — | — | — | 3 | 1 |
| Memora | ✅ | ✅ | ✅ | — | — | — | — | ✅ | 4 | 1 |
| memorix | — | ✅ | — | — | — | — | — | — | 2 | 1 |
| TeleMem | — | ✅ | — | — | — | — | — | — | 1 | 1 |
| context-infra | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| vestige | ✅ | ✅ | ✅ | ✅ | — | — | — | ✅ | 4 | 1 |
| memoir | ✅ | — | — | — | — | — | — | ✅ | 2 | 1 |
| stash | — | ✅ | — | — | — | — | ✅ | — | 1 | 1 |
| MemoMind | ✅ | ✅ | ✅ | — | — | — | — | ✅ | 2 | 3 |
| Wax | ✅ | ✅ | ✅ | — | — | — | ✅ | — | 1 | 1 |
| opencode-mem | — | ✅ | — | — | — | — | — | ✅ | 3 | 1 |
| LightMem | — | — | — | — | — | — | — | — | 1 | 1 |
| token-savior | ✅ | ✅ | ✅ | — | ✅ | — | — | — | 6 | 1 |
| mem9 | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| nocturne | ✅ | — | — | — | — | — | — | — | 1 | 1 |
| LangMem | — | ✅ | — | — | — | — | — | — | 1 | 1 |
| memsearch | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| mcp-memory-service | ✅ | ✅ | ✅ | — | — | — | ✅ | ✅ | 7 | 6 |
| obsidian-mind | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| MemMachine | — | ✅ | ✅ | — | — | — | — | — | 2 | 1 |
| Acontext | ✅ | — | — | — | — | — | — | — | 4 | 4 |
| MIRIX | ✅ | ✅ | — | — | — | — | — | ✅ | 6 | 1 |
| engram | ✅ | — | — | — | — | — | — | ✅ | 4 | 2 |
| MemoryBear | ✅ | ✅ | ✅ | ✅ | — | — | ✅ | ✅ | 3 | 1 |
| OpenMemory | — | ✅ | — | — | — | — | — | ✅ | 2 | 1 |
| m_flow | ✅ | ✅ | ✅ | ✅ | — | — | — | — | 5 | 1 |
| memory-lancedb-pro | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| TencentDB-AM | ✅ | ✅ | ✅ | — | — | — | — | — | 1 | 1 |
| Honcho | ✅ | ✅ | — | — | — | — | — | — | 3 | 1 |
| ByteRover | ✅ | — | — | — | — | — | — | — | 1 | 1 |
| EverOS | ✅ | ✅ | ✅ | — | — | — | — | — | 1 | 1 |
| MemOS | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| memU | — | ✅ | — | — | — | — | — | — | 1 | 1 |
| Memori | ✅ | ✅ | — | — | — | — | — | — | 1 | 1 |
| hindsight | ✅ | ✅ | ✅ | — | — | — | — | — | 4 | 1 |
| Memvid | ✅ | ✅ | ✅ | — | — | — | — | ✅ | 1 | 1 |
| Cognee | ✅ | ✅ | — | — | ✅ | — | — | — | 5 | 1 |
| agentmemory | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 1 |
| gbrain | ✅ | ✅ | ✅ | — | — | — | — | — | 2 | 1 |
| Supermemory | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 2 |
| Letta | ✅ | ✅ | — | — | — | — | — | — | 2 | 1 |
| OpenViking | ✅ | ✅ | ✅ | — | — | — | — | — | 3 | 3 |
| Graphiti | ✅ | ✅ | ✅ | — | — | — | — | — | 2 | 1 |
| Nanobot | — | — | — | — | — | — | — | — | 1 | 2 |
| MemPalace | — | ✅ | ✅ | — | — | — | — | — | 1 | 2 |
| Mem0 | ✅ | ✅ | ✅ | — | — | — | — | — | 1 | 1 |
| claude-mem | ✅ | ✅ | — | — | — | — | — | ✅ | 3 | 1 |

---

## Knowledge Lifecycle

| System | Decay/forgetting | Supersede/replace | Contradiction detect | Quarantine | Auto-resolution | Trust model | Explicit forget |
| --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | ✅ | ✅ | ✅ | ✅ | — | — | ✅ |
| gitmem | — | — | — | — | — | — | ✅ |
| YesMem | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| VIR | — | ✅ | ✅ | — | — | ✅ | ✅ |
| Fullerenes | — | — | — | — | — | — | — |
| fidelis | — | — | — | — | — | — | — |
| Origin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Continuity v2 | — | — | — | — | — | — | — |
| ArcRift | — | ✅ | — | — | — | — | ✅ |
| second-brain | ✅ | ✅ | ✅ | — | ✅ | — | ✅ |
| CommonGround | — | — | — | — | — | — | — |
| omega-memory | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| AIPass | ✅ | ✅ | — | — | — | — | — |
| Mengram | — | ✅ | ✅ | — | — | — | ✅ |
| ClawMem | ✅ | ✅ | — | — | — | — | ✅ |
| shodh-memory | ✅ | — | — | — | — | — | ✅ |
| YourMemory | ✅ | ✅ | ✅ | — | — | — | — |
| memanto | — | ✅ | — | — | — | — | — |
| MoltBrain | — | — | — | — | — | — | — |
| MemLayer | ✅ | — | — | — | — | — | — |
| icarus | — | ✅ | — | — | — | — | ✅ |
| Memory Palace | ✅ | — | — | — | — | — | ✅ |
| Octopoda-OS | — | — | — | — | — | — | ✅ |
| ai-memory | ✅ | ✅ | — | — | — | — | — |
| Memora | — | ✅ | ✅ | — | — | — | ✅ |
| memorix | — | ✅ | — | — | — | — | ✅ |
| TeleMem | — | — | — | — | — | — | — |
| context-infra | — | — | — | — | — | — | — |
| vestige | ✅ | ✅ | ✅ | — | — | ✅ | ✅ |
| memoir | — | ✅ | — | — | — | — | — |
| stash | ✅ | — | — | — | ✅ | — | ✅ |
| MemoMind | — | ✅ | — | — | — | — | ✅ |
| Wax | — | — | — | — | — | — | — |
| opencode-mem | — | — | — | — | — | — | ✅ |
| LightMem | — | — | — | — | — | — | — |
| token-savior | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| mem9 | — | ✅ | — | — | — | — | ✅ |
| nocturne | — | — | — | — | — | — | — |
| LangMem | — | — | — | — | — | — | — |
| memsearch | — | — | — | — | — | — | — |
| mcp-memory-service | ✅ | ✅ | ✅ | — | ✅ | — | ✅ |
| obsidian-mind | — | — | — | — | — | — | — |
| MemMachine | — | — | — | — | — | — | ✅ |
| Acontext | — | — | — | — | — | — | ✅ |
| MIRIX | ✅ | ✅ | — | — | ✅ | — | — |
| engram | — | ✅ | ✅ | — | — | — | ✅ |
| MemoryBear | ✅ | ✅ | ✅ | — | ✅ | ✅ | ✅ |
| OpenMemory | ✅ | — | — | — | — | — | ✅ |
| m_flow | — | — | — | — | — | — | — |
| memory-lancedb-pro | ✅ | — | — | — | — | — | — |
| TencentDB-AM | — | — | — | — | — | — | — |
| Honcho | — | — | — | — | — | — | — |
| ByteRover | ✅ | ✅ | — | — | — | — | — |
| EverOS | — | — | — | — | — | — | ✅ |
| MemOS | — | ✅ | — | — | — | — | ✅ |
| memU | — | — | — | — | — | — | ✅ |
| Memori | — | — | — | — | — | — | — |
| hindsight | — | — | — | — | — | — | — |
| Memvid | — | — | — | — | — | — | — |
| Cognee | — | — | — | — | — | — | ✅ |
| agentmemory | ✅ | ✅ | — | — | — | — | ✅ |
| gbrain | — | ✅ | ✅ | — | — | — | ✅ |
| Supermemory | ✅ | ✅ | ✅ | — | ✅ | — | ✅ |
| Letta | — | — | — | — | — | — | ✅ |
| OpenViking | — | — | — | — | — | — | — |
| Graphiti | — | ✅ | — | — | — | — | ✅ |
| Nanobot | — | — | — | — | — | — | — |
| MemPalace | — | — | — | — | — | — | — |
| Mem0 | — | — | — | — | — | — | ✅ |
| claude-mem | — | — | — | — | — | — | — |

---

## Extraction Pipeline

| System | Auto-extraction | Content-aware preproc | Deduplication | Quality refinement | Narrative generation | Clustering | Recurrence detection | Persona extraction |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | — | — | ✅ | — | — | — | — | — |
| gitmem | — | — | — | — | — | — | — | — |
| YesMem | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| VIR | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | — |
| Fullerenes | ✅ | — | — | — | — | — | — | — |
| fidelis | — | — | — | — | — | — | — | — |
| Origin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | ✅ |
| Continuity v2 | ✅ | — | — | — | — | ✅ | — | — |
| ArcRift | ✅ | — | ✅ | — | — | — | — | — |
| second-brain | — | — | ✅ | ✅ | — | — | — | — |
| CommonGround | — | — | — | — | — | — | — | — |
| omega-memory | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| AIPass | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | ✅ |
| Mengram | ✅ | — | ✅ | — | — | — | — | — |
| ClawMem | ✅ | — | ✅ | — | — | — | — | — |
| shodh-memory | ✅ | — | ✅ | — | — | — | — | — |
| YourMemory | — | — | ✅ | — | — | — | — | — |
| memanto | ✅ | — | — | — | — | — | — | — |
| MoltBrain | ✅ | — | — | — | ✅ | — | — | — |
| MemLayer | ✅ | — | ✅ | — | — | — | — | — |
| icarus | — | — | — | — | — | — | — | — |
| Memory Palace | — | — | ✅ | — | — | ✅ | — | — |
| Octopoda-OS | ✅ | — | ✅ | — | — | — | — | — |
| ai-memory | ✅ | — | — | — | ✅ | — | — | — |
| Memora | — | ✅ | ✅ | — | — | — | — | — |
| memorix | — | — | — | — | — | — | — | — |
| TeleMem | ✅ | — | ✅ | — | — | — | — | — |
| context-infra | ✅ | ✅ | — | ✅ | ✅ | — | ✅ | ✅ |
| vestige | ✅ | — | ✅ | — | — | — | — | — |
| memoir | ✅ | — | — | — | — | — | — | — |
| stash | ✅ | — | ✅ | ✅ | — | ✅ | ✅ | — |
| MemoMind | ✅ | — | ✅ | ✅ | — | — | — | — |
| Wax | — | — | — | — | — | — | — | — |
| opencode-mem | — | — | ✅ | — | — | — | — | ✅ |
| LightMem | — | — | — | — | — | — | — | — |
| token-savior | ✅ | — | ✅ | — | — | — | — | ✅ |
| mem9 | ✅ | — | — | — | — | — | — | — |
| nocturne | — | — | — | — | — | — | — | — |
| LangMem | ✅ | — | — | — | — | — | — | — |
| memsearch | ✅ | — | ✅ | — | — | — | — | — |
| mcp-memory-service | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — |
| obsidian-mind | — | — | — | — | — | — | — | — |
| MemMachine | ✅ | ✅ | ✅ | — | — | — | — | ✅ |
| Acontext | ✅ | — | ✅ | — | ✅ | — | — | ✅ |
| MIRIX | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| engram | — | — | ✅ | — | — | — | — | — |
| MemoryBear | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | ✅ |
| OpenMemory | — | — | — | — | — | — | — | — |
| m_flow | ✅ | — | ✅ | — | — | — | — | — |
| memory-lancedb-pro | ✅ | — | — | — | — | — | — | — |
| TencentDB-AM | ✅ | — | ✅ | — | — | — | — | ✅ |
| Honcho | ✅ | — | — | — | ✅ | — | — | ✅ |
| ByteRover | ✅ | ✅ | ✅ | — | — | — | — | — |
| EverOS | ✅ | — | — | — | ✅ | ✅ | — | ✅ |
| MemOS | ✅ | ✅ | ✅ | ✅ | — | — | — | — |
| memU | ✅ | ✅ | — | — | — | — | — | — |
| Memori | ✅ | — | — | — | — | — | — | — |
| hindsight | ✅ | — | — | — | — | — | — | — |
| Memvid | — | — | — | — | — | — | — | — |
| Cognee | ✅ | — | — | — | — | — | — | — |
| agentmemory | ✅ | — | ✅ | — | — | — | — | — |
| gbrain | ✅ | — | ✅ | ✅ | — | — | — | — |
| Supermemory | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | ✅ |
| Letta | ✅ | — | — | — | — | — | — | ✅ |
| OpenViking | ✅ | ✅ | ✅ | — | — | — | — | — |
| Graphiti | ✅ | — | ✅ | — | ✅ | ✅ | — | — |
| Nanobot | ✅ | — | — | — | ✅ | — | — | — |
| MemPalace | ✅ | — | — | — | — | — | — | — |
| Mem0 | ✅ | — | — | — | — | — | — | — |
| claude-mem | ✅ | — | — | — | — | — | — | — |

---

## Platform Support

| System | Claude Code | Codex | OpenCode | Gemini CLI | Copilot | Cursor | Windsurf | OpenClaw | Hermes | pi/omp | Antigravity |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| MarsNMe | ✅ | — | — | — | — | ✅ | — | ✅ | ✅ | — | — |
| gitmem | ✅ | ✅ | — | — | — | ✅ | ✅ | — | — | — | — |
| YesMem | ✅ | ✅ | ✅ | — | — | — | — | — | — | ✅ | ✅ |
| VIR | ✅ | — | — | — | — | — | — | — | — | — | — |
| Fullerenes | ✅ | ✅ | — | — | — | ✅ | — | — | — | — | — |
| fidelis | ✅ | — | — | — | — | — | — | — | — | — | — |
| Origin | ✅ | ✅ | — | ✅ | ✅ | ✅ | — | — | — | — | — |
| Continuity v2 | ✅ | — | — | — | — | — | — | — | — | — | — |
| ArcRift | ✅ | — | — | — | — | ✅ | ✅ | — | — | — | — |
| second-brain | ✅ | — | — | — | — | ✅ | — | — | — | — | — |
| CommonGround | — | — | — | — | — | — | — | — | — | — | — |
| omega-memory | ✅ | ✅ | — | ✅ | — | ✅ | ✅ | — | — | — | — |
| AIPass | ✅ | ✅ | — | — | — | — | — | — | — | — | — |
| Mengram | ✅ | ✅ | — | — | — | ✅ | ✅ | ✅ | — | — | — |
| ClawMem | ✅ | — | — | — | — | — | — | ✅ | ✅ | — | — |
| shodh-memory | ✅ | — | — | — | — | ✅ | — | — | — | — | — |
| YourMemory | ✅ | — | ✅ | — | — | ✅ | ✅ | — | — | — | — |
| memanto | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | — |
| MoltBrain | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| MemLayer | — | — | — | — | — | — | — | — | — | — | — |
| icarus | ✅ | — | — | — | — | ✅ | — | — | — | — | — |
| Memory Palace | ✅ | ✅ | ✅ | ✅ | — | ✅ | ✅ | — | — | — | ✅ |
| Octopoda-OS | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| ai-memory | ✅ | ✅ | ✅ | ✅ | — | ✅ | — | ✅ | — | ✅ | ✅ |
| Memora | ✅ | ✅ | — | — | — | — | — | — | — | — | — |
| memorix | — | — | — | — | — | — | — | — | — | — | — |
| TeleMem | — | — | — | — | — | — | — | — | — | — | — |
| context-infra | ✅ | — | ✅ | — | — | ✅ | — | — | — | — | — |
| vestige | ✅ | ✅ | — | — | — | — | ✅ | — | — | — | — |
| memoir | ✅ | ✅ | — | — | — | — | — | — | — | — | — |
| stash | ✅ | — | ✅ | — | — | ✅ | ✅ | — | — | — | — |
| MemoMind | ✅ | — | — | — | — | — | — | — | — | — | — |
| Wax | ✅ | — | — | — | — | ✅ | ✅ | — | — | — | — |
| opencode-mem | — | — | ✅ | — | — | — | — | — | — | — | — |
| LightMem | — | — | — | — | — | — | — | — | — | — | — |
| token-savior | ✅ | — | — | — | — | — | — | — | — | — | — |
| mem9 | ✅ | ✅ | ✅ | — | — | — | — | ✅ | ✅ | — | — |
| nocturne | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | ✅ |
| LangMem | — | — | — | — | — | — | — | — | — | — | — |
| memsearch | ✅ | ✅ | ✅ | — | — | — | — | ✅ | — | — | — |
| mcp-memory-service | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | — |
| obsidian-mind | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | — | ✅ |
| MemMachine | ✅ | — | — | — | — | ✅ | — | ✅ | — | — | — |
| Acontext | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| MIRIX | — | — | — | — | — | — | — | — | — | — | — |
| engram | ✅ | ✅ | ✅ | ✅ | — | ✅ | ✅ | — | — | ✅ | ✅ |
| MemoryBear | — | — | — | — | — | — | — | — | — | — | — |
| OpenMemory | ✅ | ✅ | — | — | ✅ | ✅ | ✅ | — | — | — | ✅ |
| m_flow | ✅ | — | — | — | — | ✅ | — | ✅ | — | — | — |
| memory-lancedb-pro | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| TencentDB-AM | — | — | — | — | — | — | — | ✅ | ✅ | — | — |
| Honcho | ✅ | — | — | — | — | — | — | — | — | — | — |
| ByteRover | ✅ | ✅ | — | — | — | ✅ | ✅ | — | — | — | — |
| EverOS | ✅ | — | — | ✅ | — | ✅ | — | ✅ | — | — | — |
| MemOS | — | — | — | — | — | — | — | ✅ | ✅ | — | — |
| memU | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| Memori | ✅ | — | — | — | — | ✅ | — | ✅ | ✅ | — | — |
| hindsight | ✅ | — | — | — | — | — | — | — | — | — | — |
| Memvid | — | — | — | — | — | — | — | — | — | — | — |
| Cognee | ✅ | — | — | — | — | — | — | ✅ | — | — | — |
| agentmemory | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | ✅ | ✅ | ✅ | ✅ |
| gbrain | ✅ | — | — | — | — | ✅ | — | ✅ | ✅ | — | — |
| Supermemory | ✅ | — | ✅ | — | — | ✅ | ✅ | ✅ | ✅ | — | — |
| Letta | ✅ | — | — | — | — | — | — | — | — | — | — |
| OpenViking | ✅ | ✅ | — | — | — | — | — | ✅ | ✅ | — | — |
| Graphiti | ✅ | — | — | — | — | ✅ | — | — | — | — | — |
| Nanobot | — | — | — | — | — | — | — | — | — | — | — |
| MemPalace | ✅ | — | — | ✅ | — | — | — | — | — | — | — |
| Mem0 | ✅ | — | — | — | — | ✅ | — | — | — | — | — |
| claude-mem | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | — | ✅ | — | — | — |

---

## Benchmarks (published)

| System | LoCoMo | LongMemEval | PersonaMem | Token reduction | Methodology open |
| --- | --- | --- | --- | --- | --- |
| MarsNMe | — | — | — | — | — |
| gitmem | — | — | — | — | — |
| YesMem | 0.87 | — | — | ~30% proxy | ✅ |
| VIR | — | — | — | — | — |
| Fullerenes | — | — | — | 64% | ✅ |
| fidelis | — | 83.2% R@1 | — | — | ✅ |
| Origin | 70.0 | 93.6 | — | — | ✅ |
| Continuity v2 | — | — | — | — | — |
| ArcRift | — | — | — | — | — |
| second-brain | — | — | — | — | — |
| CommonGround | — | — | — | — | — |
| omega-memory | — | 76.8 | — | — | ✅ |
| AIPass | — | — | — | — | — |
| Mengram | — | — | — | — | — |
| ClawMem | — | — | — | — | — |
| shodh-memory | — | — | — | — | — |
| YourMemory | 59.0 | 89.4 | — | — | ✅ |
| memanto | 87.1 | 89.8 | — | — | ✅ |
| MoltBrain | — | — | — | — | — |
| MemLayer | — | — | — | — | — |
| icarus | — | — | — | — | — |
| Memory Palace | — | — | — | — | ✅ |
| Octopoda-OS | — | — | — | — | — |
| ai-memory | — | — | — | — | — |
| Memora | — | — | — | — | — |
| memorix | — | — | — | — | — |
| TeleMem | — | — | — | — | — |
| context-infra | — | — | — | — | — |
| vestige | — | — | — | — | — |
| memoir | — | — | — | — | — |
| stash | — | — | — | — | — |
| MemoMind | — | — | — | — | — |
| Wax | — | — | — | — | — |
| opencode-mem | — | — | — | — | — |
| LightMem | — | — | — | — | ✅ |
| token-savior | — | — | — | -77% | — |
| mem9 | 58.84 | — | — | — | ✅ |
| nocturne | — | — | — | — | — |
| LangMem | — | — | — | — | — |
| memsearch | — | — | — | — | ✅ |
| mcp-memory-service | — | 86.0% (sess) / 80.4% (turn) | — | — | ✅ |
| obsidian-mind | — | — | — | — | — |
| MemMachine | — | — | — | — | ✅ |
| Acontext | — | — | — | ~45% tool calls | — |
| MIRIX | 85.38 | — | — | — | ✅ |
| engram | — | — | — | — | — |
| MemoryBear | — | — | — | — | ✅ |
| OpenMemory | — | — | — | — | — |
| m_flow | 81.8 | 89.0 | — | — | ✅ |
| memory-lancedb-pro | — | — | — | — | — |
| TencentDB-AM | — | — | 76% | 61% | — |
| Honcho | — | — | — | — | — |
| ByteRover | 96.1 | 92.8 | — | — | ✅ |
| EverOS | 93.05 | 83.00 | — | — | ✅ |
| MemOS | 75.80 | +40.43% | +40.75% | 35.24% | ✅ |
| memU | 92.09 | — | — | — | ✅ |
| Memori | 81.95 | — | — | 95% fewer | ✅ |
| hindsight | — | 91.4 | — | — | ✅ |
| Memvid | +35% SOTA | — | — | — | ✅ |
| Cognee | — | — | — | — | — |
| agentmemory | — | 95.2 | — | 92% fewer | ✅ |
| gbrain | — | — | — | — | — |
| Supermemory | #1 (no score) | 81.6% | — | — | — |
| Letta | — | — | — | — | ✅ |
| OpenViking | 82.1 | — | — | 91% | ✅ |
| Graphiti | — | — | — | — | — |
| Nanobot | — | — | — | — | — |
| MemPalace | 88.9 | 96.6 | — | — | ✅ |
| Mem0 | 91.6 | 94.8 | — | — | ✅ |
| claude-mem | — | — | — | — | — |

---

*Auto-generated from `data.js` via `build.js`. Do not edit this file directly.*
