MCP Server
MCP
OWASP ZAP MCP Server
MCP server for OWASP ZAP vulnerability scanning with Docker management
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
By
Comments
Sign in to leave a comment