Skip to content
Gemini CLI

tempo api mcp for Gemini CLI

io.github.chrischall/tempo-api-mcp

Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals

client:Gemini CLI transport:stdio runtime:npm

Install tempo api mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tempo-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<TEMPO_API_TOKEN>"
      }
    }
  }
}

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

tempo api mcp in other clients