
Claude Find
Search deep memory across past Claude Code sessions so your agent recalls decisions, snippets, and context you already explored.
Overview
claude-find is an MCP server for the Build phase that pulls Deep Memory from across your Claude Code sessions when you need it.
What is this MCP server?
- Pull Deep Memory from across Claude Code sessions on demand via MCP
- npm stdio package claude-find (version 0.2.5)
- GitHub repository Cavinooo/claude-find for install and updates
- Designed for when you need prior session context without manually reopening projects
- stdio transport for local agent configuration
- Server version 0.2.5
- npm identifier claude-find
- Transport: stdio only in registry metadata
Community signal: 8 GitHub stars.
What problem does it solve?
Critical context from yesterday’s Claude Code session is trapped in old threads, forcing you to re-explain codebases and decisions.
Who is it for?
Solo developers who ship primarily in Claude Code and want MCP-accessible recall of prior session work.
Skip if: Builders on Cursor-only or Codex-only stacks without Claude Code session history, or teams needing org-wide document search.
What do I get? / Deliverables
After you add claude-find, your agent can query cross-session Deep Memory so continuity returns without manual copy-paste archaeology.
- MCP tools that query cross-session Deep Memory
- Faster resumes on multi-day agent-assisted builds
Recommended MCP Servers
Journey fit
Canonical shelf is Build → agent-tooling because claude-find extends Claude Code itself with cross-session memory retrieval—the core integration layer for shipping with agents. Agent-tooling fits a memory MCP that plugs into Claude Code rather than replacing app backend or frontend work.
How it compares
Claude Code session-memory MCP, not a vector DB skill or generic note-taking plugin.
Common Questions / FAQ
Who is claude-find for?
claude-find is for solo builders using Claude Code who need to retrieve Deep Memory from previous sessions through MCP tools.
When should I use claude-find?
Use it whenever you resume work, debug something you fixed before, or need prior architectural notes that lived in an earlier Claude Code session.
How do I add claude-find to my agent?
Add the npm stdio MCP server claude-find (v0.2.5) in your Claude Code MCP configuration per the Cavinooo/claude-find repository instructions.