Claude Code History MCP
Search and reference your Claude Code conversation history directly from Claude, with full-text search, conversation viewing, and project browsing.
README
Claude Code History MCP
🤖 Built with Claude Code - This entire project was created through pair programming with Claude Code, demonstrating its capability to build tools that enhance its own functionality!
Search and reference your Claude Code conversation history directly from Claude!
Features
- 🔍 Full-text search across all your Claude Code conversations
- 📝 View complete conversations with context
- 🏷️ Browse by project to see all your work
- ⚡ Fast keyword search using SQLite FTS5
Installation
- Clone this repository:
git clone https://github.com/tim0120/claude-code-history-mcp.git
cd claude-code-history-mcp
- Install dependencies and build:
npm install
npm run build
- Add to your Claude Code MCP settings (
~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"claude-history": {
"command": "node",
"args": ["/path/to/claude-code-history-mcp/dist/index.js"]
}
}
}
- Restart Claude Code
Usage
First Time Setup
When you first use the MCP, you need to index your existing conversations:
Use the tool: index_conversations
This will scan your ~/.claude/projects directory and index all conversations.
Searching Your History
Search for specific errors, code patterns, or topics:
Use the tool: search_history with query: "CORS error"
Use the tool: search_history with query: "database connection"
Use the tool: search_history with query: "TypeError"
Getting Full Conversation Details
After searching, you can get the full conversation:
Use the tool: get_conversation with conversationId: "abc123"
Listing All Projects
See all your indexed projects:
Use the tool: list_projects
How It Works
The MCP:
- Reads your Claude Code conversation history from
~/.claude/projects - Indexes conversations in a local SQLite database
- Provides full-text search capabilities
- Returns relevant snippets and full conversation details
Data Storage
- Database location:
~/.claude-code-mcp/history.db - No data is sent to external services
- Your conversation history stays local
Roadmap (v2)
- [ ] Semantic search using embeddings
- [ ] Auto-indexing with file watcher
- [ ] Conversation summarization with GPT-4
- [ ] Export/import functionality
- [ ] Search filters (date, project, success/failure)
Contributing
Contributions welcome! Please feel free to submit issues and PRs.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.