Claude Code History MCP

Claude Code History MCP

Search and reference your Claude Code conversation history directly from Claude, with full-text search, conversation viewing, and project browsing.

Category
Visit Server

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

  1. Clone this repository:
git clone https://github.com/tim0120/claude-code-history-mcp.git
cd claude-code-history-mcp
  1. Install dependencies and build:
npm install
npm run build
  1. 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"]
    }
  }
}
  1. 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:

  1. Reads your Claude Code conversation history from ~/.claude/projects
  2. Indexes conversations in a local SQLite database
  3. Provides full-text search capabilities
  4. 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured