MCP.so
Sign In
Servers

ZAP MCP Server with SQLMap Integration Setup Guide

@UnknownAirtist

ZAP MCP Server with SQLMap integration setup guide and configuration

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "zap-mcp-sqlmap-setup": {
      "command": "docker",
      "args": [
        "pull",
        "owasp/zap2docker-stable"
      ]
    }
  }
}

More from Other