Back to Browse

Cloudarmor MCP Server

Developer ToolsModerate5.2LocalNew
Free

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected Cloud Armor log monitoring MCP server with proper authentication, secure credential handling, and appropriately scoped permissions. The codebase demonstrates good security practices: credentials are sourced from environment variables only, API access is read-only with least-privilege service account setup, and input validation is present for filter construction. Minor code quality observations around error handling breadth do not materially impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

6 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!