Claude Code History
Freeby MCP Community
MCP server for Claude Code conversation history with useful context and summaries
v1.7.0Added Apr 12, 2026
mcpclaude-codehistorydopplerbun
Claude Code History MCP Server
MCP server for Claude Code conversation history with useful context and summaries
Installation
Reviews
Installation
Quick install
npx -y @ebowwa/mcp-claude-code-history
Add to claude_desktop_config.json
{
"mcpServers": {
"claude-code-history": {
"command": "npx",
"args": ["-y", "@ebowwa/mcp-claude-code-history"]
}
}
}