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