loading…
Search for a command to run...
loading…
Pull Deep Memory from across your Claude Code Sessions — when you need it.
Pull Deep Memory from across your Claude Code Sessions — when you need it.
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.
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.
Install Bun and Ollama, then run bunx claude-find setup. It detects your platform and guides you through anything missing.
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.
~/.claude/projects/After upgrading, run bunx claude-find index to rebuild the index with the latest improvements.
MIT
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"claude-find": {
"command": "npx",
"args": []
}
}
}