MCP Catalogs
Homeclaude-historian-mcp screenshot

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.

developer-toolsai-llmsearch
18
Forks
7
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Finding past solutions to similar problems encountered in previous conversations
you:Debugging by searching historical error patterns and their fixes
you:Understanding project evolution through file change history analysis
you:Does this require a local database?
you:Can I use this with other Claude clients?

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 README
  • searchsearch 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

claude-code-history-searchconversation-archiverclaude-session-inspector

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.