PluginBench
MCP Server
Active
MIT

Cloud Armor WAF Patrol MCP MCP Server

io.github.shigechika/cloudarmor-mcp

What is the Cloud Armor WAF Patrol MCP MCP server?

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

How to install Cloud Armor WAF Patrol MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudarmor-mcp": {
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cloudarmor-mcp": {
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cloudarmor-mcp": {
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cloudarmor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloudarmor-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add cloudarmor-mcp -- uvx cloudarmor-mcp

Related MCP servers

MCP Stdio

Active

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

7
Python
MIT
View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

2
Python
MIT
View repository →

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

1
Rust
Apache-2.0
View repository →

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

0
Python
MIT
View repository →

MCP server for Box admin-log analytics — external-sharing visibility, read-only

0
Python
MIT
View repository →

EOS MCP

Active

MCP server for Arista EOS device operations via eAPI

0
Python
View repository →