
claude-historian-mcp
by Vvkmnn·★ 179·Score 50
An MCP server that allows Claude Code to search and retrieve conversation history with sophisticated search capabilities and zero dependencies.
Overview
Claude Historian MCP is a specialized server for indexing and searching Claude Code conversation history. It provides two main tools: 'search' for finding past conversations, errors, plans, and file changes; and 'inspect' for summarizing specific sessions. The server uses advanced techniques like parallel processing, workflow detection, and TF-IDF inspired scoring to deliver relevant results efficiently. It runs locally without requiring any external dependencies or databases.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Claude Historian if you're working with Claude Code and need to efficiently search through past conversations, find solutions to recurring problems, or understand how specific files have been modified over time.
When NOT to choose this
Don't choose this if you need to work outside of Claude Code, as this MCP server is specifically designed for and only works with the Claude Code environment.
Tools this server exposes
2 tools extracted from the READMEsearchsearch query="<query>" scope="<scope>" detail_level="<level>" timeframe="<time>" project="<project>"Search across conversations, files, errors, plans, config, tasks, sessions, tools, similar queries, and memories
inspectinspect session_id="<id>" focus="<focus>"Get an intelligent summary of any session by ID
Comparable tools
Installation
Installation
**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**For manually configurable MCP clients** (Cursor, Windsurf, etc.):
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": ["claude-historian-mcp"],
"env": {}
}
}
}FAQ
- Does this require a local database?
- No, claude-historian-mcp has zero dependencies and uses only search algorithms. It processes conversation files on-demand without requiring a database.
- Can I use this with other Claude clients?
- It works with any MCP-compliant client. The installation examples show Claude Desktop configuration, but it can be used with any client that supports MCP servers.
Compare claude-historian-mcp with
Last updated · Auto-generated from public README + GitHub signals.