cloudtime API for VS Code
io.github.julysoft/cloudtime
MCP server providing attendance data queries via the CloudTime API.
client:VS Code
transport:streamable-http
Install cloudtime API in VS Code
.vscode/mcp.json
{
"servers": {
"cloudtime": {
"type": "http",
"url": "https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs