Skip to content
Cursor

Scannd for Cursor

com.scannd/scannd

Trigger security scans and read reports/vulnerabilities via the hosted Scannd API. Free: 2 scans/mo.

client:Cursor transport:stdio runtime:npm

Install Scannd in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "scannd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scannd-mcp"
      ],
      "env": {
        "SCANND_API_KEY": "<SCANND_API_KEY>"
      }
    }
  }
}

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

Scannd in other clients