🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

callimachus-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callimachus-mcp

MCP server for Callimachus: local index and search of your AI coding-agent threads

latest
Source
npmnpm
Version
0.11.0
Version published
Maintainers
1
Created
Source

callimachus-mcp

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.

Use

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"]
    }
  }
}

Supported platforms

Prebuilt binaries are released for:

  • macOS (Apple Silicon) — aarch64-apple-darwin
  • Linux (x64) — x86_64-unknown-linux-gnu
  • Windows (x64) — x86_64-pc-windows-msvc

On 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.

Environment

  • 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).

License

AGPL-3.0-or-later

Keywords

mcp

FAQs

Package last updated on 10 Jul 2026

Did you know?

Socket

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.

Install

Related posts