MCP Directory
Back

claude-historian-mcp

by Vvkmnn · TypeScript · ★ 179

📜 An MCP server for conversation history search and retrieval in Claude Code

#ai#ai-tools#anthropic#claude#claude-code#context-retrieval#conversation-history#developer-tools#inverted-index#jsonl#llm#mcp#mcp-server#memory#model-context-protocol#nodejs#npx#search#session#typescript

Install

npx -y github:Vvkmnn/claude-historian-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-historian-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Vvkmnn/claude-historian-mcp"
      ]
    }
  }
}

From the README

An [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for searching your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) conversation history. Find past solutions, track file changes, and learn from previous work. [](https://www.npmjs.com/package/claude-historian-mcp) [](https://opensource.org/licenses/MIT) [](https://www.typescriptlang.org/) [](https://nodejs.org/) [](#) [](https://github.com/Vvkmnn/claude-historian-mcp) -------------------- | ----------------------- | ----------------------- | -------------------------------- | ------------------- | ----…
Read full README on GitHub →

Related ai & ml servers