HomeCloud & Monitoring › Cloudeval AI

Cloudeval AI

Cloud evaluations and reviews for Azure and static AWS CloudFormation (beta). Requires an account.

TypeScript Cloud
★ 1 stars Last pushed 2026-09-10 License: NOASSERTION

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.38.5)

npx -y @ganakailabs/cloudeval-cli@0.38.5

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudeval-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@ganakailabs/cloudeval-cli@0.38.5"
      ],
      "env": {
        "CLOUDEVAL_ACCESS_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLOUDEVAL_ACCESS_KEY required secret — Cloudeval access key with permissions for the selected project and report reads. Create it in the Cloudeval app under Developer > API & CLI access keys.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry