Cloud Armor WAF Patrol MCP
Rank #9,825io.github.shigechika/cloudarmor-mcp
MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks
Cloud Armor WAF Patrol MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #9,825 of 115,460 servers tracked on MCP Toplist. Cloud Armor WAF Patrol MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 105,635 of 115,460 servers on MCP Toplist.
Use Cloud Armor WAF Patrol MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cloudarmor-mcp -- uvx cloudarmor-mcp[mcp_servers.cloudarmor-mcp]
command = "uvx"
args = ["cloudarmor-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cloudarmor-mcp": {
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cloudarmor-mcp": {
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cloudarmor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cloudarmor-mcp": {
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cloudarmor-mcp": {
"command": "uvx",
"args": [
"cloudarmor-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fcloudarmor-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fcloudarmor-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fcloudarmor-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- netdiag MCP#14,456 · 2 vers
- entraadm MCP#27,912 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.4.0 | Aug 15, 2026 |
| 0.3.1 | Aug 11, 2026 |
| 0.3.0 | Aug 8, 2026 |
| 0.1.2 | Aug 6, 2026 |
Frequently asked questions
- Who maintains Cloud Armor WAF Patrol MCP?
- Cloud Armor WAF Patrol MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is Cloud Armor WAF Patrol MCP listed on the Official MCP Registry?
- Yes — Cloud Armor WAF Patrol MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cloud Armor WAF Patrol MCP have?
- MCP Toplist tracks 4 versions of Cloud Armor WAF Patrol MCP, most recently published on Aug 15, 2026.
- Where can I find the source code for Cloud Armor WAF Patrol MCP?
- The source code for Cloud Armor WAF Patrol MCP is hosted at github.com/shigechika/cloudarmor-mcp.