Skip to content
Gemini CLI

cloudtime API for Gemini CLI

io.github.julysoft/cloudtime

MCP server providing attendance data queries via the CloudTime API.

client:Gemini CLI transport:streamable-http

Install cloudtime API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

cloudtime API in other clients