vamoose for Cline
io.github.dcadolph/vamoose
Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.
client:Cline
transport:stdio
runtime:oci
Install vamoose in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs