Skip to content
Grok

vamoose for Grok

io.github.dcadolph/vamoose

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

client:Grok transport:stdio runtime:oci

Install vamoose in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "vamoose": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dcadolph/vamoose:v0.35.0"
      ],
      "env": {
        "VAMOOSE_PROVIDER": "<VAMOOSE_PROVIDER>",
        "VAMOOSE_TIMEZONE": "<VAMOOSE_TIMEZONE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vamoose in other clients