OWASP ZAP MCP Server for Windsurf
io.github.pierre3/zap-mcp
MCP server for OWASP ZAP vulnerability scanning with Docker management
client:Windsurf
transport:stdio
runtime:nuget
Install OWASP ZAP MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp",
"--yes"
],
"env": {
"ZAP_BASE_URL": "<ZAP_BASE_URL>",
"ZAP_API_KEY": "<ZAP_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs