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
{
"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