claude code conversation search mcp for Cursor
io.github.tonysimonovsky/claude-code-conversation-search-mcp
Search Claude Code conversation history with natural language queries across all projects
client:Cursor
transport:stdio
runtime:npm
Install claude code conversation search mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-code-conversation-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-code-conversation-search-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs