Skip to content
Gemini CLI

tokei agent for Gemini CLI

io.github.gilesdawe/tokei-agent

Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.

client:Gemini CLI transport:stdio runtime:npm

Install tokei agent 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": {
    "tokei-agent": {
      "command": "npx",
      "args": [
        "-y",
        "tokei-agent"
      ],
      "env": {
        "TOKEI_API_KEY": "<TOKEI_API_KEY>",
        "TOKEI_API_URL": "<TOKEI_API_URL>"
      }
    }
  }
}

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

tokei agent in other clients