Claude Code Conversation Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 28 Sep 2025.
Search Claude Code conversation history with natural language queries across all projects
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: echo 'Thanks for installing claude-code-conversation-search-mcp! See examples/ for usage.'
const linkPath = path.join(this.shortcutsDir, name);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add claude-code-conversation-search-mcp -- npx -y claude-code-conversation-search-mcp
{
"mcpServers": {
"claude-code-conversation-search-mcp": {
"args": [
"-y",
"claude-code-conversation-search-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.claude-code-conversation-search-mcp]
command = "npx"
args = ["-y", "claude-code-conversation-search-mcp"]
{
"mcpServers": {
"claude-code-conversation-search-mcp": {
"args": [
"-y",
"claude-code-conversation-search-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"claude-code-conversation-search-mcp": {
"args": [
"-y",
"claude-code-conversation-search-mcp"
],
"command": "npx"
}
}
}
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Run Python code from natural language prompts, with optional PyPI package install.
Local memory for Claude Code. Semantic recall across session history with zero API calls.
Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
Get GitHub repository stats, search repos, analyze languages, and compare projects
MCP server for AiList — search and discover Ai projects from Claude Code
Trade Robinhood through natural language in Claude Code.
Answers built from our own checks of this server.