Skip to content
Cursor

callimachus for Cursor

io.github.betabots-llc/callimachus

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

client:Cursor transport:stdio runtime:npm

Install callimachus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "callimachus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "callimachus-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

callimachus in other clients