mcpbeat Sign in

Callimachus MCP Server

by betabots-llc Your server? Claim it
local only

Callimachus runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from npm. Last commit 11 Jul 2026.

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

Installs per day peak 144 · avg 25 · +29% w/w
a month agotoday
94
Installs / week
npm · callimachus-mcp
39
Stars
0 open issues
11 Jul 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Rust

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/callimachus-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable apps/vscode/src/cal.ts:41
  const c: string[] = [path.join(home, ".local", "bin", exe)];
  const child = spawn(bin, process.argv.slice(2), { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add callimachus -- npx -y callimachus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "callimachus": {
      "args": [
        "-y",
        "callimachus-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.callimachus]
command = "npx"
args = ["-y", "callimachus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "callimachus": {
      "args": [
        "-y",
        "callimachus-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "callimachus": {
      "args": [
        "-y",
        "callimachus-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Callimachus

same job, measured the same way
mail-index
by unsoldgroup

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

55 installs/wk local only
mail-index
by alunsoldantarctica

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

local only
UI Beats
by uibeats

MCP server for UI Beats. Let your coding agent search, read and install animated React components.

59 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

41 installs/wk local only

Callimachus — questions

Answers built from our own checks of this server.

Why is there no uptime for Callimachus?
Callimachus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package callimachus-mcp was installed 94 times last week.
How do I connect Callimachus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls callimachus-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Callimachus?
The npm package callimachus-mcp was installed 94 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Callimachus open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust and 39 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.