cc-session-search
An MCP server that provides tools for searching and analyzing Claude Code conversation history.
README
Claude Code Session Search MCP Server
An MCP (Model Context Protocol) server that provides tools for searching and analyzing Claude Code conversation history.
Features
- List Projects: View all Claude Code projects with session counts
- List Sessions: Browse sessions for specific projects
- List Recent Sessions: Find recent conversations across all projects
- Analyze Sessions: Extract and analyze messages with role filtering
- Search Conversations: Search for specific terms with context windows and time ranges
- Get Message Details: Retrieve full content for specific messages
- Summarize Conversations: AI-powered summarization of daily conversations
Installation
- Install dependencies:
uv sync
- Run the server:
uv run python server.py
- Add to Claude Code MCP config (
~/.config/claude/mcp.json):
{
"servers": {
"cc-session-search": {
"command": ["uv", "run", "python", "server.py"],
"cwd": "/path/to/cc-session-search"
}
}
}
Requirements
- Standard Claude Code installation (searches
~/.claude/projects/) - Python 3.13+
- MCP 1.2.0+
Usage
The server provides the following tools:
list_projects()
Lists all Claude Code projects with session counts and recent activity.
list_sessions(project_name, days_back=7)
Lists sessions for a specific project within the specified time range.
list_recent_sessions(days_back=1, project_filter=None)
Lists recent sessions across all projects.
analyze_sessions(days_back=1, role_filter="both", include_tools=False, project_filter=None)
Extracts and analyzes messages from sessions with filtering options.
search_conversations(query, days_back=2, context_window=1, case_sensitive=False, project_filter=None)
Searches conversations for specific terms with context windows.
get_message_details(session_id, message_indices)
Retrieves full content for specific messages by session ID and indices.
Development
The server is built using the official MCP Python SDK with low-level Server class for maximum control.
Key features:
- Efficient response handling with content truncation
- Metadata-first approach to minimize token usage
- Support for date ranges and filtering
- Cross-project search capabilities
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.