← Back to browse

vamoose

Indexed by io.github.dcadolph

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVAMOOSE_PROVIDER VAMOOSE_TIMEZONE
Claude Code
claude mcp add --env VAMOOSE_PROVIDER= --env VAMOOSE_TIMEZONE= vamoose -- docker ghcr.io/dcadolph/vamoose:v0.35.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"vamoose","command":"docker","args":["ghcr.io/dcadolph/vamoose:v0.35.0"],"env":{"VAMOOSE_PROVIDER":"","VAMOOSE_TIMEZONE":""}}'
JSON
{
  "mcpServers": {
    "vamoose": {
      "command": "docker",
      "args": [
        "ghcr.io/dcadolph/vamoose:v0.35.0"
      ],
      "env": {
        "VAMOOSE_PROVIDER": "",
        "VAMOOSE_TIMEZONE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.