Odel
claude code conversation search mcp

claude code conversation search mcp

Local
@tonysimonovsky5TypeScriptMITUpdated 11mo ago

Search Claude Code conversation history with natural language queries across all projects

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaude-code-conversation-search-mcpv1.1.3

Run

npx -y claude-code-conversation-search-mcp

MCP client config

{
  "mcpServers": {
    "claude-code-conversation-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-conversation-search-mcp"
      ]
    }
  }
}