
Recall
Install Recall MCP so Claude Code can search past sessions, persist memory, and re-inject context instead of re-explaining your repo every day.
Overview
Claude Recall is a MCP server for the Build phase that provides persistent memory, search, and context re-injection for Claude Code across sessions.
What is this MCP server?
- Persistent memory across Claude Code sessions via stdio MCP
- Search and recall prior context on demand from the agent
- Re-inject remembered facts into the active session
- Published as @clauderecallhq/cli on npm (version 0.95.5)
- Package @clauderecallhq/cli version 0.95.5
- Transport type stdio
- MCP protocol schema 2025-12-11
What problem does it solve?
Every new Claude Code session forces solo builders to repeat project history, wasting tokens and breaking flow on work that spans days or weeks.
Who is it for?
Claude Code power users juggling multiple features, repos, or long debug threads who need durable session memory without a custom vector database.
Skip if: Builders who only use Cursor without Claude Code, need team-wide compliance audit logs, or want cloud BI rather than coding-session recall.
What do I get? / Deliverables
After installing the stdio MCP package, your agent can recall prior sessions and inject that context so implementation continues with institutional memory intact.
- Searchable recall of prior Claude Code session context
- Re-injected memory in new sessions reducing repeated explanations
- Local stdio MCP integration at version 0.95.5
Recommended MCP Servers
Journey fit
Persistent agent memory is foundational Build-phase agent-tooling that speeds every later phase once Claude Code is your daily driver. Agent-tooling is the shelf for session memory and context plugins, not a one-off ship security or launch SEO task.
How it compares
Claude Code memory MCP via npm stdio, not a generic RAG skill or a hosted remote analytics server.
Common Questions / FAQ
Who is Claude Recall for?
Claude Recall is for solo developers and indie teams who rely on Claude Code daily and need searchable persistent memory across coding sessions.
When should I use Claude Recall?
Use it as soon as agent sessions outgrow a single chat—when you repeatedly re-explain stack choices, todos, or debugging context across days of Build and Operate work.
How do I add Claude Recall to my agent?
Install @clauderecallhq/cli from npm, configure the stdio MCP server in Claude Code per the GitLab plugin docs, and restart the client so recall tools register.