Skip to content
Zed

calllint for Zed

io.github.calllint/calllint

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

client:Zed transport:stdio runtime:npm

Install calllint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "calllint": {
      "command": "npx",
      "args": [
        "-y",
        "calllint-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

calllint in other clients