Claude Historian
@Vvkmnn
About Claude Historian
claude-historian - an MCP server that gives Claude access to your your previous messages and conversations.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"claude-historian": {
"command": "npx",
"args": [
"claude-historian"
],
"env": {}
}
}
}Tools
7Search 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
Overview
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
More AI & Agents MCP servers
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Comments