zap-mcp.md

OWASP ZAP MCP

from"owasp"
540

OWASP ZAP security scanner

Security
ZAPOWASPscannersecurity
install.sh
# Clone the repository
$git clone https://github.com/zaproxy/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve