Skip to content
Zed

vamoose for Zed

io.github.dcadolph/vamoose

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

client:Zed transport:stdio runtime:oci

Install vamoose in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

vamoose in other clients