OWASP ZAP MCP Server for Grok
io.github.pierre3/zap-mcp
MCP server for OWASP ZAP vulnerability scanning with Docker management
client:Grok
transport:stdio
runtime:nuget
Install OWASP ZAP MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"zap-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"dotnet-zap-mcp",
"--yes"
],
"env": {
"ZAP_BASE_URL": "<ZAP_BASE_URL>",
"ZAP_API_KEY": "<ZAP_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs