vamoose for Cursor
io.github.dcadolph/vamoose
Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.
client:Cursor
transport:stdio
runtime:oci
Install vamoose in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs