claude-conversation-search-mcp

ticpu/claude-conversation-search-mcp
★ 5 stars Rust 🤖 AI/LLM Updated 1mo ago
MCP server for searching Claude Code conversation history with advanced indexing
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-conversation-": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "claude-conversation-search-mcp"
      ]
    }
  }
}