MCP Directory
Back

ClaudeHistoryMCP

by jhammant · TypeScript · ★ 65

MCP server for searching and surfacing Claude Code conversation history

#claude#claude-code#conversation-history#mcp#model-context-protocol#search

Install

npx -y github:jhammant/ClaudeHistoryMCP

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claudehistorymcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:jhammant/ClaudeHistoryMCP"
      ]
    }
  }
}

From the README

An MCP server that makes your Claude Code conversation history searchable and proactively useful. Indexes all past sessions with hybrid BM25 + TF-IDF search, extracts knowledge (decisions, solutions, error fixes), and auto-injects project context at session start. Claude Code stores full conversation transcripts as JSONL files in . This MCP server indexes them and provides 6 tools: | Tool | Purpose | |------|---------| | | Full-text search across all conversations with filter syntax | | | Find how you fixed errors/problems before | | | Structured summary of any session | | | List all pro…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers