Gives Claude semantic search across every conversation you've ever had in Claude Code by indexing the raw JSONL session transcripts stored locally. It embeds chunks using Ollama's qwen3-embedding model and exposes a /find command that does hybrid semantic plus keyword search, returning full conversation context instead of compressed summaries. The setup command configures Claude Code to retain sessions permanently instead of the default 30-day cleanup, then indexes everything in the background while you work. Reach for this when you need to recall why you made a specific technical decision three months ago, what approaches failed during that tricky migration, or which project had that performance optimization you want to reuse.
claude mcp add --transport stdio cavinooo-claude-find uvx claude-find