MCP ZAP Server for Windsurf
io.github.dtkmn/mcp-zap-server
Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.
client:Windsurf
transport:stdio
runtime:oci
Install MCP ZAP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-zap-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dtkmn/mcp-zap-server:v0.11.0"
],
"env": {
"ZAP_API_URL": "<ZAP_API_URL>",
"ZAP_API_PORT": "<ZAP_API_PORT>",
"ZAP_API_KEY": "<ZAP_API_KEY>",
"MCP_API_KEY": "<MCP_API_KEY>",
"MCP_SERVER_TOOLS_SURFACE": "<MCP_SERVER_TOOLS_SURFACE>",
"MCP_SECURITY_MODE": "<MCP_SECURITY_MODE>",
"MCP_SECURITY_ENABLED": "<MCP_SECURITY_ENABLED>",
"MCP_SECURITY_ALLOW_PLACEHOLDER_API_KEY": "<MCP_SECURITY_ALLOW_PLACEHOLDER_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs