Explore

MemPalace is a free, open-source local AI memory system giving LLMs persistent, cross-session memory via verbatim storage and semantic search.
Coding
8.819 MCP tools integrate directly with Claude Code and Cursor, enabling automatic memory saves every 15 messages and pre-compaction hooks that preserve session context before context window compression.
Personal Productivity
8.2Verbatim storage of Claude, ChatGPT, and Slack exports lets individual users recover decisions, preferences, and reasoning from past sessions without re-explaining context.
Research
7.5Temporal knowledge graph with validity windows supports structured recall of decisions and milestones over time, though no collaboration or multi-user features exist.
Automation
7.0MCP tool surface allows agents to query memory programmatically without manual search steps, but setup requires Python environment configuration and MCP server wiring, adding friction for non-developer users.
MemPalace is an MIT-licensed AI memory framework created by Milla Jovovich and engineer Ben Sigman, released April 5, 2026. It solves AI session amnesia by storing conversation history verbatim in a hierarchical palace structure — wings, halls, rooms, closets, and drawers — and using ChromaDB vector search and a SQLite temporal knowledge graph to retrieve relevant context on demand. It runs entirely locally with zero API costs, exposes 19 MCP tools for Claude, ChatGPT, Cursor, and Gemini CLI, and scores 96.6% on LongMemEval in raw mode, outperforming paid competitors Mem0 and Zep. It requires Python setup and does not yet support Windows.
Pricing
| Plan | Model | Usage Limits | Price |
|---|---|---|---|
| Self-hosted | v3.0.0 (released April 5, 2026); MIT-licensed; no paid tiers | No rate limits — runs entirely on local hardware with no usage caps or quotas | — |
Native MCP integration with Claude Code, Cursor, and Gemini CLI, plus Claude Code auto-save hooks and a 19-tool MCP surface, makes MemPalace purpose-built for developer agent workflows at zero cost versus Mem0 ($19–249/month).
Verbatim storage preserves original reasoning rather than AI-extracted summaries, and the temporal knowledge graph supports structured recall across multi-session projects, though no shared team workspace or multi-user access is available.
Can mine Slack exports and chat histories to recover architecture decisions and sprint context, but requires Python CLI setup with no GUI, making it inaccessible without developer support.
Eliminates the cost of paid memory tools ($19–249/month) for solo practitioners running Claude or ChatGPT workflows, but Windows is not yet supported as of April 2026.
Consider These Instead
Choose Mem0 when you need a managed cloud API with SLA, app-facing REST endpoints, or abstracted summarization-based memory without local setup — pricing starts at $19/month. Choose Zep when you require a conventional hosted memory service with Neo4j-backed knowledge graphs and app-facing APIs without managing local retrieval infrastructure. Choose Letta when the requirement is a full stateful agent runtime rather than a memory retrieval layer.