Cavinooo/claude-find
FreeNot checkedPull Deep Memory from across your Claude Code Sessions — when you need it.
About
Pull Deep Memory from across your Claude Code Sessions — when you need it.
README
Pull deep memory from across your Claude Code sessions — when you need it.

Semantic search over all your past Claude Code sessions. Finds context by meaning and keywords. Searches the raw conversation transcripts, not compressed summaries, so Claude gets the full picture: reasoning, constraints, failed approaches, and decisions.
Setup
brew install bun ollama
bunx claude-find setup
setup starts Ollama, pulls the embedding model, sets session retention to permanent, and registers the MCP server with Claude Code. Sessions are indexed in the background on startup. Searches work immediately and return progressively more complete results as indexing continues.
Linux / Windows
Install Bun and Ollama, then run bunx claude-find setup. It detects your platform and guides you through anything missing.
Use it
In any Claude Code session:
/find that database migration we discussed last week
/find why we chose websockets over polling
/find the session where we kept getting timeout errors
/find refactoring the payment module across all projects
Claude searches your past sessions semantically, finds the relevant conversations, and synthesizes the context: what was tried, what failed, what constraints you set, and what decisions were made.
How it works
- Indexes all Claude Code session JSONL files from
~/.claude/projects/ - Extracts user + assistant messages, compact summaries, file paths from tool calls
- Enriches each chunk with metadata context (project, branch, files, date) for better retrieval
- Embeds conversation chunks using qwen3-embedding via Ollama (GPU accelerated)
- Searches with hybrid semantic + keyword (FTS5) merged via Reciprocal Rank Fusion
- Returns raw conversation chunks so Claude can synthesize with full context
After upgrading, run bunx claude-find index to rebuild the index with the latest improvements.
What makes this different
- Searches raw transcripts. Nothing lost through compression.
- Retroactive: works on all existing sessions immediately. No hooks needed.
- Permanent history: setup disables Claude Code's 30-day session cleanup so your sessions are searchable forever.
- Non-blocking: indexes in the background at startup. Searches work instantly, even mid-indexing.
- Uses compact summaries: Claude's own session understanding, boosted in ranking.
- Indexes tool call metadata: search by files touched, errors encountered.
- Fast: Ollama + GPU keeps indexing fast and memory bounded.
Requirements
License
MIT
Install Cavinooo/claude-find in Claude Desktop, Claude Code & Cursor
unyly install cavinooo-claude-findInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add cavinooo-claude-find -- npx -y claude-findFAQ
Is Cavinooo/claude-find MCP free?
Yes, Cavinooo/claude-find MCP is free — one-click install via Unyly at no cost.
Does Cavinooo/claude-find need an API key?
No, Cavinooo/claude-find runs without API keys or environment variables.
Is Cavinooo/claude-find hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cavinooo/claude-find in Claude Desktop, Claude Code or Cursor?
Open Cavinooo/claude-find on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cavinooo/claude-find with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
