Skip to content
Gemini CLI

Comunio for Gemini CLI

io.github.josetorronteras/comunio

Read and operate a Comunio fantasy football team: squad, market, offers, lineup

client:Gemini CLI transport:stdio runtime:oci

Install Comunio 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": {
    "comunio": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/josetorronteras/comunio-mcp:1.0.2"
      ],
      "env": {
        "COMUNIO_USERNAME": "<COMUNIO_USERNAME>",
        "COMUNIO_PASSWORD": "<COMUNIO_PASSWORD>",
        "COMUNIO_TIMEZONE": "<COMUNIO_TIMEZONE>",
        "COMUNIO_USER_AGENT": "<COMUNIO_USER_AGENT>"
      }
    }
  }
}

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

Comunio in other clients