Skip to content
Gemini CLI

badge for Gemini CLI

io.github.payclaw/badge

Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.

client:Gemini CLI transport:stdio runtime:npm

Install badge 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": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<PAYCLAW_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

badge in other clients