← Back to Plugins
MCP Server MCP

io.github.dcadolph/vamoose

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...