Scannd for Windsurf
com.scannd/scannd
Trigger security scans and read reports/vulnerabilities via the hosted Scannd API. Free: 2 scans/mo.
client:Windsurf
transport:stdio
runtime:npm
Install Scannd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"scannd": {
"command": "npx",
"args": [
"-y",
"scannd-mcp"
],
"env": {
"SCANND_API_KEY": "<SCANND_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs