Skip to content
Gemini CLI

cloud agent for Gemini CLI

io.github.joepangallo/cloud-agent

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

client:Gemini CLI transport:stdio runtime:npm

Install cloud agent 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": {
    "cloud-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-cloud-agent"
      ],
      "env": {
        "CLOUD_AGENT_API_KEY": "<CLOUD_AGENT_API_KEY>",
        "CLOUD_AGENT_URL": "<CLOUD_AGENT_URL>"
      }
    }
  }
}

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

cloud agent in other clients