Best for
- Developers who want to search their coding agent history
- Users who work with multiple AI coding tools
- Local-first workflows prioritizing data privacy
This MCP server provides a comprehensive set of tools for indexing and searching coding agent history, with both read and write operations. It is designed to be local-first, with all data stored locally. The server is part of a larger ecosystem that includes a desktop app and a CLI.
Callimachus is a local-first tool that indexes and searches your history of AI coding agents like Claude Code, Codex, Cursor, and more. It stores all conversations in a local SQLite database, provides hybrid search (keyword and semantic), and comes with an MCP server, a CLI, and a VS Code extension. It is open source under AGPL-3.0 and runs entirely on your machine with no cloud dependency.
Run with npx: npx -y callimachus-mcp. You can add it to an MCP-capable client with claude mcp add callimachus -- npx -y callimachus-mcp.