scheduling for VS Code
io.github.theluckystrike/scheduling
Meeting scheduling across time zones: slot finding, DST checks, .ics invites.
client:VS Code
transport:streamable-http
runtime:mcpb
tools:11
Install scheduling in VS Code
.vscode/mcp.json
{
"servers": {
"scheduling": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/scheduling"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs