Cloud Armor WAF Patrol MCP for Cursor
io.github.shigechika/cloudarmor-mcp
MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks
client:Cursor
transport:stdio
runtime:pypi
Install Cloud Armor WAF Patrol MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloudarmor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs