MCP Server
MCP
io.github.dcadolph/vamoose
Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.
Install
oci:ghcr.io/dcadolph/vamoose:v0.35.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/dcadolph/vamoose:v0.35.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Serve vamoose over the Model Context Protocol on stdio.",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Calendar provider: graph, google, icloud, or caldav.",
"name": "VAMOOSE_PROVIDER"
},
{
"description": "IANA time zone for event times, such as America/Chicago.",
"name": "VAMOOSE_TIMEZONE"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment