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
{
"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