Skip to content
VS Code

calllint for VS Code

io.github.calllint/calllint

Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.

client:VS Code transport:stdio runtime:npm

Install calllint in VS Code

.vscode/mcp.json

{
  "servers": {
    "calllint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "calllint-mcp"
      ]
    }
  }
}

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

calllint in other clients