Z
Zap MCP Scanrules
by @razashariff
ZAP MCP Security Scan Rules - 10 Java rules for OWASP MCP Top 10 coverage. For integration with OWASP ZAP's MCP add-on.
Created 3/27/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/razashariff/zap-mcp-scanrules
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"razashariff-zap-mcp-scanrules": {
"command": "git",
"args": [
"clone",
"https://github.com/razashariff/zap-mcp-scanrules"
]
}
}
}