This MCP server allows users to search through their Claude Code conversations across all projects, enabling quick retrieval of important discussions and context.
From the registry: Search Claude Code conversation history with natural language queries across all projects
$ npm install -g claude-code-conversation-search-mcpPlease install the `claude-code-conversation-search-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or higher
- **Install globally** — Install via npm Run: `npm install -g claude-code-conversation-search-mcp`
Canonical MCP server config (stdio transport):
- command: `claude-code-conversation-search-mcp`
- args: []
- optional environment variables:
- `CONVERSATION_DB_PATH`: Path to SQLite database (example: `~/.claude/conversation-search.db`)
- `CLAUDE_PROJECTS_DIR`: Path to Claude projects directory (example: `~/.claude/projects`)
- `INDEX_INTERVAL`: Auto-index interval in ms (example: `300000`)
- `MAX_RESULTS`: Max search results to return (example: `20`)
- `DEBUG`: Enable debug logging (example: `false`)
Note: Full-text search (SQLite FTS5) across Claude Code conversation history. Auto-indexes Claude projects directory.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CONVERSATION_DB_PATHrequiredPath to SQLite database.CLAUDE_PROJECTS_DIRrequiredPath to Claude projects directory.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
MCP Toolbox for Databases enables your agent to connect to your database.