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
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Comments