OWASP ZAP MCP Server for Zed
io.github.pierre3/zap-mcp
MCP server for OWASP ZAP vulnerability scanning with Docker management
client:Zed
transport:stdio
runtime:nuget
Install OWASP ZAP MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp",
"--yes"
],
"env": {
"ZAP_BASE_URL": "<ZAP_BASE_URL>",
"ZAP_API_KEY": "<ZAP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs