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).
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"
]
}
}
}