Skip to content
Zed

cloudtime API for Zed

io.github.julysoft/cloudtime

MCP server providing attendance data queries via the CloudTime API.

client:Zed transport:streamable-http

Install cloudtime API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cloudtime": {
      "url": "https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cloudtime API in other clients