Skip to main content
Glama

claude-find

Pull deep memory from across your Claude Code sessions — when you need it.

demo

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.

Install Bun and Ollama, then run bunx claude-find setup. It detects your platform and guides you through anything missing.

Related MCP server: am-memory

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

  1. Indexes all Claude Code session JSONL files from ~/.claude/projects/

  2. Extracts user + assistant messages, compact summaries, file paths from tool calls

  3. Enriches each chunk with metadata context (project, branch, files, date) for better retrieval

  4. Embeds conversation chunks using qwen3-embedding via Ollama (GPU accelerated)

  5. Searches with hybrid semantic + keyword (FTS5) merged via Reciprocal Rank Fusion

  6. 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

  • Bun runtime

  • Ollama (model auto-downloaded on first use)

  • Claude Code

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to query and analyze past Claude Code sessions, providing structured insights like file changes, decisions, errors, and git history across projects.
    11
    40
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Persistent memory for Claude Code — a self-evolving knowledge layer that survives across sessions, grows from every conversation, and surfaces relevant context automatically.
    14
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables Claude Code to search and retrieve past chat history from Claude.ai exports and Claude Code sessions, allowing the AI to reference previous conversations and decisions.
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory for AI agents. Search, store, and recall across sessions.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cavinooo/claude-find'

If you have feedback or need assistance with the MCP directory API, please join our Discord server