Odel
CALM

CALM

Local
@eilodon16RustMITUpdated 4 days ago

MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@eilodon/calm-mcpv0.8.0

Run

npx -y @eilodon/calm-mcp

MCP client config

{
  "mcpServers": {
    "calm": {
      "command": "npx",
      "args": [
        "-y",
        "@eilodon/calm-mcp"
      ]
    }
  }
}