home / mcp / claude historian mcp server

Claude Historian MCP Server

Local MCP server that enables Claude to search conversation history and retrieve past solutions, file changes, and workflows.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "vvkmnn-claude-historian-mcp": {
      "url": "https://example-mcp-endpoint/claude-historian"
    }
  }
}

Available tools

search_conversations

Performs a fast search over Claude Code conversations with smart prioritization to surface relevant past solutions and discussions.

find_file_context

Finds contextual references in files related to a given path or changes, helping you understand how past edits affected behavior.

get_error_solutions

Retrieves common error patterns and corresponding solutions from your conversation history and code changes.

find_similar_queries

Suggests related questions and topics based on your query to broaden learning and reusability of solutions.

list_recent_sessions

Lists recent debugging or development sessions with brief summaries to quickly jump back into previous work.

find_tool_patterns

Detects tool usage sequences and workflows (like Edit → Read → Bash) to highlight productive patterns.