tickets-forge-dev/claude-search
An open-source MCP server that lets you search across all your Claude Code conversation history. Indexes your local ~/.claude/ session data and exposes it through MCP tools and slash commands (/search:find, /search:sessions, /search:projects).
Platform-specific configuration:
{
"mcpServers": {
"claude-search": {
"command": "npx",
"args": [
"-y",
"claude-search"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...