MemPalace screenshot

MemPalace

AI MemoryFree

MemPalace - Local-First AI Memory for Coding Agents

Last updated Jun 7, 2026

Claim Tool

What is MemPalace?

MemPalace is an open-source AI memory system that stores and searches local project and agent-session context. The project is useful for builders who already work in GitHub, terminals, or local AI workflows and want a concrete system instead of another thin wrapper. The source is the official repository at https://github.com/MemPalace/mempalace, so this listing sticks to the implementation details that are visible in the README and repository metadata. How it works: users install the CLI with uv, pipx, or pip, or run the Docker image with a mounted data volume. The README shows commands for mining Claude Code sessions, searching saved context, and wiring MemPalace into an MCP-compatible client over stdio. Teams can inspect the code, run it in their own environment, and adapt the workflow to their repo or machine. That makes MemPalace a better fit for technical users than buyers looking for a fully hosted black-box SaaS app. The core features are local-first storage, CLI search, Docker deployment, Claude Code session mining, MCP client integration, pluggable vector backends, and published retrieval benchmarks. These are not generic AI claims; they come from the public README and setup instructions. The practical value is that the tool turns repetitive work into a repeatable workflow while keeping humans in the loop for review, configuration, and final decisions. Who should use it: developers using Claude Code, Gemini CLI, MCP-compatible tools, or local models who need durable memory across sessions without sending every memory operation to a hosted service. It is also a good evaluation target for AI engineers comparing open-source tools because the repository exposes installation steps, runtime expectations, and project tradeoffs. Users should still review model outputs carefully when the workflow generates code, documents, rankings, or recommendations. Pricing: the project is MIT licensed and the core path needs no API key, according to the README. Optional reranking, external databases, or hosted infrastructure can add separate costs. The repository license and public package or source availability make it easy to test without a vendor sales process, although any connected model API, cloud runner, or third-party provider can still add its own cost. Check the official README before production use because open-source projects change quickly. Why it stands out: it publishes benchmark methodology and result files, warns users about impostor sites, and focuses on local retention of developer context rather than a hosted chat history product. This listing treats it as an AI builder tool because it gives developers a concrete workflow they can clone, inspect, and run, rather than just a landing page. Start with the official repository, verify the install path, and test on a small project before adopting it for critical work.

MemPalace's Top Features

Key capabilities that make MemPalace stand out.

Local-first memory storage for AI coding workflows

CLI commands for mining and searching project context

Docker and Python package install paths

MCP client wiring for Claude Code and similar tools

Published LongMemEval and MemBench retrieval results

Use Cases

Who benefits most from this tool.

Claude Code users

Keep session context searchable after short-lived coding sessions expire.

Local AI builders

Run memory search without a hosted memory service or required API key.

Agent tool developers

Use the MCP server path to expose memory search to compatible clients.

Tags

ai-memorylocal-firstclaude-codemcpretrievaldeveloper-toolspythondockeropen-sourcelongmemeval

MemPalace's Pricing

Free plan available

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

What does MemPalace do?
It stores and searches AI-agent memory locally, with CLI, Docker, Python, and MCP-oriented usage paths documented in the README.
Does MemPalace require an API key?
The README says the raw benchmark path requires no API key, no cloud, and no LLM stage.
How is MemPalace installed?
The README recommends uv tool install mempalace, with pipx, pip, Docker, and Docker Compose alternatives.
Is MemPalace benchmarked?
Yes. The README cites 96.6% raw R@5 on LongMemEval and links to committed benchmark result files.