Open Source Mem0 Alternatives
Mem0 adds persistent memory to AI agents through a hosted API. Open source memory layers give your agents the same cross-session recall, fully self-hosted.
Mem0 is a memory layer for AI applications and agents: instead of re-sending full conversation history on every call, it extracts, compresses, and stores the relevant facts from an interaction, then retrieves only what’s relevant for the next one. Its add/retrieve workflow is designed as a near drop-in addition to an existing LLM pipeline, using a hierarchical distillation process that condenses raw chat history into compact, queryable memories.
Mem0 offers both a hosted cloud API and an open-source core, with the hosted platform adding enterprise governance — SOC 2 and HIPAA compliance, audit logging, and deployment options including private cloud and air-gapped environments. Teams that want the memory-layer pattern without the hosted platform’s governance layer and pricing often build directly on the open-source project or on comparable self-hosted memory tools.
Open Source Alternatives
claude-mem
AI Agents · AI Development
Give your AI coding agents persistent memory — claude-mem captures everything that happens during sessions, compresses it with AI, and surfaces the right context in every future session automatically.
claude-mem
Apache 2.0MemPalace
AI Agents · AI Development
Local-first AI memory with verbatim storage, pluggable backends, and 96.6% retrieval recall on LongMemEval — no API key required.
MemPalace
MITagentmemory
AI Agents
Persistent memory for AI coding agents — built on the iii engine, it works across Claude Code, GitHub Copilot CLI, Cursor, Gemini CLI, Codex CLI, and any MCP client, so agents stop needing everything re-explained every session.
agentmemory
Apache 2.0byterover-cli
AI Agents · AI Code Assistants
A portable memory layer for AI coding agents — curate structured project knowledge into a version-controlled context tree that syncs across tools, machines, and teammates.
byterover-cli
OtherHippo
AI Agents
A biologically-inspired memory layer for AI coding agents — memories decay by default and strengthen through use, modeled on the hippocampus, with zero runtime dependencies and a SQLite backbone.
Hippo
MITmnemo
AI Agents · AI Development
A local-first AI memory sidecar that extracts entities, builds a persistent knowledge graph, and injects ranked context into any LLM pipeline — no cloud required.