← Back to Plugins
MCP Server MCP

io.github.Eilodon/calm-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @eilodon/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@eilodon/calm-mcp",
      "version": "0.8.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Required: the calm binary prints help and exits without the serve subcommand — a client that drops this gets a dead server at MCP handshake.",
          "value": "serve",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...