vamoose for Claude Desktop
io.github.dcadolph/vamoose
Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.
client:Claude Desktop
transport:stdio
runtime:oci
Install vamoose in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs