MCP.so
登录
C

Claude Historian

@Vvkmnn

关于 Claude Historian

claude-historian - an MCP server that gives Claude access to your your previous messages and conversations.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

Vvkmnn

提交者

V

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "claude-historian": {
      "command": "npx",
      "args": [
        "claude-historian"
      ],
      "env": {}
    }
  }
}

工具

7

Search through Claude Code conversation history

Find conversations related to a specific file

Find previous similar questions or queries

Find how similar errors were resolved in the past

List recent conversation sessions

Get a compact summary of a conversation session

Find patterns of successful tool usage

概览

What is Claude Historian?

Claude Historian is an MCP server that gives Claude access to your previous messages and conversations. It scans local JSONL Claude Code files, so everything stays on your machine with no external servers, sign-ins, or data collection. It is designed for anyone who uses Claude Code and wants to quickly retrieve past chat history without manually scrolling.

How to use Claude Historian?

After adding the server to your MCP configuration, Claude can automatically search your local JSONL chat history files. You simply ask Claude about a past conversation, and the server fetches the relevant messages from the stored files on your machine.

Key features of Claude Historian

  • Search Claude chat history locally instead of scrolling.
  • No external servers, sign-ins, or data collection.
  • All data stays on your machine.
  • Works with local JSONL Claude Code files.
  • Quickly find past solutions, error fixes, and file changes.

Use cases of Claude Historian

  • Retrieve how a specific bug was

评论

AI 与智能体 分类下的更多 MCP 服务器