Skip to content
VS Code

Cloud Armor WAF Patrol MCP for VS Code

io.github.shigechika/cloudarmor-mcp

MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks

client:VS Code transport:stdio runtime:pypi

Install Cloud Armor WAF Patrol MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "cloudarmor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Cloud Armor WAF Patrol MCP in other clients