Open-source MCP memory server. Persistent, searchable, tiered memory across sessions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
A better memory server for AI agents β works for one, scales to many. Local, free, zero-config, MCP-native. Your data stays on your machine.
Quickstart Β· vs. mem0/Letta/Zep Β· Multi-agent Β· Recall Pro β Β· Book a demo
Without a memory server, every Claude / Copilot / Cursor conversation starts cold. You re-explain the codebase, the conventions, the decisions, the gotchas β every time. Recall fixes that.
Install it once, point your MCP client at it, and your AI now:
index_file + recall = local
semantic RAG over your repoanswer returns text plus
the chunks it pulled fromcheckpoint, reflect, and
anti_pattern becomes searchable laterOne pip install, one config block, done. No API key. No external
service. No per-token bill. MIT license. This is what 95% of users
will ever use Recall for.
Recall does the same job they do β persistent memory across AI sessions, semantic recall, "remember what the user said last week." The difference is where and how:
| mem0 / Letta / Zep | Recall | |
|---|---|---|
| Where memory lives | Their cloud | Your ~/.recall/ |
| API key required | Yes | No |
| Cost | Per-token / monthly SaaS | Free |
| Embeddings | Their service | Local ONNX (offline) |
| Network calls | Every recall | Zero |
| Air-gappable | No | Yes |
| MCP-native | Wrapper or SDK | Built on MCP |
| Multi-agent coordination | None | 6 primitives |
If you're happy paying a hosted memory provider per token, those are great products and you don't need Recall. If you'd rather your AI's memory live on your laptop or your own server, free and offline, that's what Recall is for.
The same install that gives one developer a personal AI memory also
works as a shared brain when more than one agent talks to it. Two
Copilot windows. A planner + executor pair. Three Claude instances
dividing up a refactor. A pre-commit agent and a code-review agent
on the same PR. They all remember and recall from the same store.
That introduces a new problem none of the hosted memory services have
even tried to solve: agents stepping on each other. Agent A starts
refactoring src/auth.py. Agent B, in another window, rewrites the
same file with no idea A is mid-edit. Whoever saves last wins. The
other agent's work is gone.
Recall ships six MCP primitives that turn parallel agents from a clobber-fest into a coordinated team:
| Tool | What it does |
|---|---|
claim(resource, agent) | Soft-lock a file/table/URL with an auto-expiring TTL |
release(resource, agent) | Drop the lock (soft-archive β audit trail survives) |
who_has(resource) | "Is anyone editing src/foo.py right now?" |
claims() | All active locks across all agents |
handoff(to_agent, ...) | Explicit work transfer with intent + files + context |
pulse_others(self_agent) | The N most recent checkpoints from agents other than you |
Claims are advisory (like git locks) β Recall doesn't physically stop a second agent from writing, but every well-behaved client checks first. TTLs prevent a crashed agent from freezing a resource forever. Releases soft-archive (per the project-wide delete=archive rule) so the audit trail of who held what when survives.
If you're a single user, these tools just sit there unused. If you ever scale up to multiple agents, they're already there.
22 MCP tools total β 16 memory tools every user gets, plus the 6 coordination primitives that activate when you scale up.
Recall ships as a stdio MCP server. Zero config β no API keys, no Docker, no
ports. Memory lives in ~/.recall/.
Then add Recall to your MCP client config:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
VS Code (mcp.json in your workspace or user settings):
Restart the client. Your agent now has persistent memory across sessions. Embeddings run fully offline (Chroma's bundled all-MiniLM-L6-v2). Upgrade to Ollama / OpenAI / Voyage embeddings via env vars when you want.
1. Run the server:
2. Talk to it β pick your stack:
Full walkthrough: docs/quickstart.md.
remember, recall, reflect, anti_pattern, checkpoint,
pulse, session_close, index_file, reindex, snapshot_index,
memory_stats, forget, maintenance.POST /tool/{name}) and MCP over SSE.
Drop into Copilot, Claude Code, Cursor, or any MCP client..md file. If the
vector store ever burns down, reindex rebuilds it from the artifacts.forget is soft-archive β guardrail wired into the OSS code itself, not
bolted on as policy. Memory you delete can be recovered.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/recall-2)<a href="https://allmcps.com/mcp/recall-2"><img src="https://allmcps.com/api/badge/recall-2?style=directory" alt="Recall on AllMCPs" /></a>