MCP server for Callimachus: local index and search of your AI coding-agent threads
Most developer tooling work still happens through a UI a human drives. Callimachus MCP server moves it into the conversation instead. MCP server for Callimachus: local index and search of your AI coding-agent threads.
Named for Callimachus, who built the first catalogue of the Library of Alexandria.
The server publishes 8 tools. What each one is for:
Shell — ** Tauri 2 (Rust) + React 19 + TypeScript + Vite 8Watcher — ** notify + debouncerChat — ** multi-provider via the genai crate (Anthropic / OpenAI / Gemini / OpenRouter / Ollama local + Ollama Cloud), each with a configurable base URLSecrets — ** OS credential store via the cross-platform keyring crate — macOS Keychain, Windows Credential Manager, Linux Secret ServiceSidecars — ** callimachus-mcp (MCP server) and cal (CLI) — both reuse the desktop core lib against the same index.dbEditor — ** a VS Code / Cursor extension (apps/vscode, published to the Marketplace + Open VSX) that shells out to calCross — platform (macOS / Windows / Linux). The only macOS-only piece left is the "Open in CLI" / "Resume" launchers (they drive Terminal via AppleScript)Tests — The --ignored tests touch live data on this machine: each source has a real__index smoke test that indexes your real history read-onlyThe server ships on npm as callimachus-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Callimachus's toolset — Shell, Watcher, Chat and 5 more — is a fair guide to whether it matches your workflow. It is maintained by BetaBots-LLC; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Shell | ** Tauri 2 (Rust) + React 19 + TypeScript + **Vite 8** |
| Watcher | ** notify + debouncer |
| Chat | ** multi-provider via the genai crate (Anthropic / OpenAI / Gemini / OpenRouter / Ollama local + Ollama Cloud), each with a configurable base URL, streaming tokens over a Tauri Channel, cancellable, with agent tool-calls |
| Secrets | ** OS credential store via the cross-platform keyring crate — macOS Keychain, Windows Credential Manager, Linux Secret Service |
| Sidecars | ** callimachus-mcp (MCP server) and cal (CLI) — both reuse the desktop core lib against the same index.db |
| Editor | ** a VS Code / Cursor extension (apps/vscode, published to the Marketplace + Open VSX) that shells out to cal |
| Cross | platform (macOS / Windows / Linux). The only macOS-only piece left is the "Open in CLI" / "Resume" launchers (they drive Terminal via AppleScript); on Windows/Linux those actions return a "not supported yet" notice — eve |
| Tests | The --ignored tests touch live data on this machine: each source has a real_<source>_index smoke test that indexes your real history read-only (~/.claude, ~/.codex, Cursor, ~/.gemini, ~/.qwen, Goose, OpenCode, Continue, |
{
"mcpServers": {
"callimachus": {
"command": "npx",
"args": ["-y", "callimachus-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.