Vamoose
Rank #6,618io.github.dcadolph/vamoose
Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.
Vamoose is a Model Context Protocol (MCP) server published by dcadolph. It ranks #6,618 of 103,283 servers tracked on MCP Toplist. Vamoose is listed on Official MCP, with 1 tracked version. It was first listed on Jul 13, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 96,665 of 103,283 servers on MCP Toplist.
Use Vamoose
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vamoose -e "VAMOOSE_PROVIDER=<your VAMOOSE_PROVIDER>" -e "VAMOOSE_TIMEZONE=<your VAMOOSE_TIMEZONE>" -- docker run -i --rm ghcr.io/dcadolph/vamoose:v0.34.1 mcpReplace each placeholder with your own value before saving.
[mcp_servers.vamoose]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/dcadolph/vamoose:v0.34.1", "mcp"]
[mcp_servers.vamoose.env]
VAMOOSE_PROVIDER = "<your VAMOOSE_PROVIDER>"
VAMOOSE_TIMEZONE = "<your VAMOOSE_TIMEZONE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vamoose": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dcadolph/vamoose:v0.34.1",
"mcp"
],
"env": {
"VAMOOSE_PROVIDER": "<your VAMOOSE_PROVIDER>",
"VAMOOSE_TIMEZONE": "<your VAMOOSE_TIMEZONE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vamoose": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dcadolph/vamoose:v0.34.1",
"mcp"
],
"env": {
"VAMOOSE_PROVIDER": "<your VAMOOSE_PROVIDER>",
"VAMOOSE_TIMEZONE": "<your VAMOOSE_TIMEZONE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vamoose": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dcadolph/vamoose:v0.34.1",
"mcp"
],
"env": {
"VAMOOSE_PROVIDER": "<your VAMOOSE_PROVIDER>",
"VAMOOSE_TIMEZONE": "<your VAMOOSE_TIMEZONE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vamoose": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dcadolph/vamoose:v0.34.1",
"mcp"
],
"env": {
"VAMOOSE_PROVIDER": "<your VAMOOSE_PROVIDER>",
"VAMOOSE_TIMEZONE": "<your VAMOOSE_TIMEZONE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vamoose": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dcadolph/vamoose:v0.34.1",
"mcp"
],
"env": {
"VAMOOSE_PROVIDER": "<your VAMOOSE_PROVIDER>",
"VAMOOSE_TIMEZONE": "<your VAMOOSE_TIMEZONE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dcadolph%2Fvamoose)<a href="https://mcptoplist.com/server/io.github.dcadolph%2Fvamoose"><img src="https://mcptoplist.com/badge/io.github.dcadolph%2Fvamoose.svg" alt="MCP Toplist: Top 10% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dcadolph
Available versions (1)
| Version | Published |
|---|---|
| 0.34.1 | Jul 13, 2026 |
Frequently asked questions
- Who maintains Vamoose?
- Vamoose is maintained by dcadolph, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Vamoose listed on the Official MCP Registry?
- Yes — Vamoose is listed on the Official MCP Registry.
- How many versions does Vamoose have?
- MCP Toplist tracks 1 version of Vamoose, most recently published on Jul 13, 2026.
- Where can I find the source code for Vamoose?
- The source code for Vamoose is hosted at github.com/dcadolph/vamoose.