time for Gemini CLI
pro.worldclock/time
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
client:Gemini CLI
transport:streamable-http
tools:5
Install time in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"time": {
"httpUrl": "https://worldclock.pro/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs