Skip to content
Gemini CLI

Cloud Armor WAF Patrol MCP for Gemini CLI

io.github.shigechika/cloudarmor-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install Cloud Armor WAF Patrol MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "cloudarmor-mcp": {
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Cloud Armor WAF Patrol MCP in other clients