Skip to content
Gemini CLI

chrono mcp for Gemini CLI

io.github.nexus-api-lab/chrono-mcp

Deterministic time tools for AI agents: timezone conversion, business-day math, cron interpretation.

client:Gemini CLI transport:streamable-http

Install chrono mcp in Gemini CLI

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

{
  "mcpServers": {
    "chrono-mcp": {
      "httpUrl": "https://chrono-mcp.dokasukadon.workers.dev/mcp"
    }
  }
}

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

chrono mcp in other clients