Skip to content
Cursor

OWASP ZAP MCP Server for Cursor

io.github.pierre3/zap-mcp

MCP server for OWASP ZAP vulnerability scanning with Docker management

client:Cursor transport:stdio runtime:nuget

Install OWASP ZAP MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zap-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "dotnet-zap-mcp",
        "--yes"
      ],
      "env": {
        "ZAP_BASE_URL": "<ZAP_BASE_URL>",
        "ZAP_API_KEY": "<ZAP_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OWASP ZAP MCP Server in other clients