
Claude History MCP
Supports UIby jhammant
Search and surface your Claude Code conversation history with hybrid BM25 and TF-IDF search.
What it does
Claude History MCP indexes all your Claude Code conversation transcripts, making your past sessions searchable and proactively useful. It allows the AI to recall previous decisions, solutions, and error fixes across different projects.
Tools
search_history: Full-text search across all conversations with filter syntax.find_solutions: Specifically targets past error resolutions and problem fixes.get_session_summary: Provides a structured summary of any specific session.list_projects: Lists all projects with session counts and dates.find_patterns: Discovers recurring topics, workflows, and issues.get_project_context: Retrieves full project context including recent decisions.cloud_sync_push/pull: Syncs knowledge and sessions to a remote cloud server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"claude-history": {
"command": "node",
"args": ["/path/to/ClaudeHistoryMCP/dist/index.js"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g claude-history-mcpInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






