Skip to content
Gemini CLI

temporal-mcp for Gemini CLI

io.github.mirrorethic/temporal-mcp

Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.

client:Gemini CLI transport:streamable-http runtime:pypi tools:2

Install temporal-mcp in Gemini CLI

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

{
  "mcpServers": {
    "temporal-mcp": {
      "httpUrl": "https://temporal-mcp.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

What Gemini CLI can do once it is connected

temporal-mcp in other clients