
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
callimachus-mcp
Advanced tools
MCP server for Callimachus: local index and search of your AI coding-agent threads
The Callimachus MCP server, packaged for npx.
Callimachus keeps a local index of your AI coding-agent threads (Claude Code, Codex, Cursor, Gemini CLI, Qwen Code, Goose, OpenCode, Continue, Cline, Roo Code, Kilo Code) and exposes search/recall over them as MCP tools. Everything stays on your machine.
This npm package is a thin launcher: on first run it downloads the prebuilt
callimachus-mcp binary for your platform from the matching GitHub Release,
caches it under ~/.cache/callimachus-mcp/<version>/, and execs it over stdio.
Register it with any MCP client:
claude mcp add callimachus -- npx -y callimachus-mcp
Or add it to a client config:
{
"mcpServers": {
"callimachus": {
"command": "npx",
"args": ["-y", "callimachus-mcp"]
}
}
}
Prebuilt binaries are released for:
aarch64-apple-darwinx86_64-unknown-linux-gnux86_64-pc-windows-msvcOn any other platform, build from source
(cargo install --git https://github.com/BetaBots-LLC/callimachus --bin callimachus-mcp)
and point the launcher at it with CALLIMACHUS_MCP_BIN=/path/to/callimachus-mcp.
CALLIMACHUS_MCP_BIN — use this binary instead of downloading (e.g. the one the
desktop app installs on your PATH).XDG_CACHE_HOME — override the cache location (defaults to ~/.cache).AGPL-3.0-or-later
FAQs
MCP server for Callimachus: local index and search of your AI coding-agent threads
We found that callimachus-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.