Skip to content
Gemini CLI

Cloudeval AI for Gemini CLI

io.github.ganakailabs/cloudeval

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

client:Gemini CLI transport:stdio runtime:npm

Install Cloudeval AI in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cloudeval": {
      "command": "npx",
      "args": [
        "-y",
        "@ganakailabs/cloudeval-cli"
      ],
      "env": {
        "CLOUDEVAL_ACCESS_KEY": "<CLOUDEVAL_ACCESS_KEY>"
      }
    }
  }
}

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

Cloudeval AI in other clients