Snyk API & Web MCP
Onboard DAST scan targets, run API and web security scans, and triage findings from your agent.
Add Snyk API & Web MCP to your agent
Requires a limited-scope Snyk API & Web API key from plus.probely.app/api-keys. Server key name is SAW per vendor docs.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"SAW": {
"command": "uvx",
"args": ["--from", "git+https://github.com/snyk/saw-mcp.git", "saw-mcp"],
"env": {
"MCP_SAW_API_KEY": "your-api-key"
}
}
}
}
Add this block under mcpServers, then restart Cursor.