← Back to Plugins
MCP Server MCP

OWASP ZAP MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for OWASP ZAP vulnerability scanning with Docker management

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "dotnet-zap-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ZAP API base URL (default: http://localhost:8090)",
          "name": "ZAP_BASE_URL"
        },
        {
          "description": "ZAP API key. Auto-generated if not set and DockerComposeUp is used.",
          "name": "ZAP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...