Claude Historian
@Vvkmnn
关于 Claude Historian
claude-historian - an MCP server that gives Claude access to your your previous messages and conversations.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"claude-historian": {
"command": "npx",
"args": [
"claude-historian"
],
"env": {}
}
}
}工具
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
概览
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 服务器
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
评论