ClaudeHistoryMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_HISTORY_API_KEY | No | API key for cloud sync authentication | |
| CLAUDE_HISTORY_API_URL | No | URL of the ClaudeHistory Cloud server for cloud sync | |
| CLAUDE_HISTORY_TEAM_ID | No | Optional team UUID for team sync |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_historyA | Search past Claude Code conversations. Supports filter syntax: project:name, before:date, after:date, tool:name. Dates can be relative (7d, 30d, 1w) or ISO (2024-01-15). |
| list_projectsA | List all projects that have Claude Code conversation history, with session counts and activity dates. |
| find_solutionsA | Search past conversations for solutions to errors or problems. Prioritizes results containing fix/resolution language. |
| get_session_summaryA | Get a structured summary of a conversation session. Provide either a session ID or project name (returns most recent session). |
| get_project_contextA | Get comprehensive context for a project: recent sessions, key topics, common tools, and patterns. Useful for session-start context injection. |
| find_patternsA | Discover recurring patterns in conversation history: common topics, frequent workflows, repeated issues. |
| cloud_sync_statusA | Check cloud sync configuration and connection status. Shows whether sync is configured, last sync times, and connection health. |
| cloud_sync_pushA | Push local knowledge entries and session summaries to the cloud server. Only pushes entries newer than the last sync. |
| cloud_sync_pullA | Pull knowledge entries and session summaries from the cloud server. Merges with local data without duplicates. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhammant/ClaudeHistoryMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server