Skip to content
Gemini CLI

vamoose for Gemini CLI

io.github.dcadolph/vamoose

Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.

client:Gemini CLI transport:stdio runtime:oci

Install vamoose 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": {
    "vamoose": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dcadolph/vamoose:v0.35.0"
      ],
      "env": {
        "VAMOOSE_PROVIDER": "<VAMOOSE_PROVIDER>",
        "VAMOOSE_TIMEZONE": "<VAMOOSE_TIMEZONE>"
      }
    }
  }
}

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

vamoose in other clients