AI & ML
Trust: 28/100 (Limited)io.github.TonySimonovsky/claude-code-conversation-search-mcp Guide
Search Claude Code conversation history with natural language queries across all projects
5 starsby TonySimonovsky
Quick Start
Install
npx claude-code-conversation-search-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tonysimonovsky-claude-code-conversation-search-mcp": {
"command": "npx",
"args": [
"claude-code-conversation-search-mcp"
]
}
}
}