Skip to content
Cursor

calllint for Cursor

io.github.calllint/calllint

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

client:Cursor transport:stdio runtime:npm

Install calllint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

calllint in other clients