claude-historian-mcp
An MCP server for searching and retrieving conversation history in Claude Code.
The claude-historian-mcp server enables users to efficiently search through their conversation history in Claude Code. This allows for easy access to past solutions, tracking of file changes, and learning from previous work. With its user-friendly interface, users can quickly find relevant information from their interactions, enhancing productivity and knowledge retention. In addition to search capabilities, the server supports various features that facilitate the management of conversation data. Users can retrieve specific conversations, analyze changes over time, and utilize the insights gained from past interactions to inform future decisions. This makes it an invaluable tool for developers and teams working with Claude Code, as it streamlines the process of revisiting and leveraging historical data.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-historian-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-historian-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions