Skip to content
Zed

Scannd for Zed

com.scannd/scannd

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

client:Zed transport:stdio runtime:npm

Install Scannd in Zed

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

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

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

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

Scannd in other clients