by Vvkmnn
🤖 An MCP server for surfacing useful Claude Code conversation history
# Add to your Claude Code skills
git clone https://github.com/Vvkmnn/claude-historian-mcp
A Model Context Protocol (MCP) server for searching your Claude Code conversation history. Find past solutions, track file changes, and learn from previous work.
Requirements:
From shell:
claude mcp add claude-historian-mcp -- npx claude-historian-mcp
From inside Claude (restart required):
Add this to our global mcp config: npx claude-historian-mcp
Install this mcp: https://github.com/Vvkmnn/claude-historian-mcp
From any manually configurable mcp.json: (Cursor, Windsurf, etc.)
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": ["claude-historian-mcp"],
"env": {}
}
}
}
That's it; there is no npm install required as there are no external dependencies or local databases, only search algorithms.
However, in the unlikely event that you pull the wrong package / npx registry is out of date, you can force resolution issues in certain environments with:
npm install -g claude-historian-mcp
📦 renamed: This project was renamed from
claude-historiantoclaude-historian-mcp. Existing users should update your install command and MCP config args toclaude-historian-mcp.
MCP server that gives Claude access to your conversation history. Fast search with smart prioritization.
Runs locally (with cool shades [⌐■_■]):
search_conversationsSearch your conversation history for past solutions, discussions, and context.
[⌐■_■] search_conversations query=<query>
> "How did we fix that Redis connection pooling nightmare?"
> "Docker container keeps crashing on Kubernetes deployment"
> "React infinite re-render loop - useEffect dependency hell"
[⌐■_■] "docker auth" | 2 results
{
"results": [{
"type": "assistant"...