Skip to content
VS Code

calm mcp for VS Code

io.github.eilodon/calm-mcp

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

client:VS Code transport:stdio runtime:npm

Install calm mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

calm mcp in other clients