Astrocal for VS Code
dev.astrocal/mcp-server
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
client:VS Code
transport:streamable-http
runtime:npm
Install Astrocal in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://api.astrocal.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs