The Claude Historian MCP server retrieves and surfaces Claude Code conversation history. It provides tools to query past interactions, extract code snippets, and analyze conversation patterns. It connects to the Claude API to fetch historical data. Developers use it to review past code discussions, debug issues, and improve AI-assisted development workflows.
The Claude Historian MCP server retrieves and surfaces Claude Code conversation history. It provides tools to query past interactions, extract code snippets, and analyze conversation patterns. It connects to the Claude API to fetch historical data. Developers use it to review past code discussions, debug issues, and improve AI-assisted development workflows.
npx -y claude-historian-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"vvkmnn-claude-historian-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y claude-historian-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude historian mcp?"
No configuration required. This server works out of the box.
"What resources are available in claude historian mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude historian mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude historian mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.