Skip to content
Gemini CLI

numguard for Gemini CLI

io.github.ipezygj/numguard

Verify a number before an agent asserts it — evals, backtests (Deflated Sharpe), signed receipts.

client:Gemini CLI transport:stdio runtime:pypi

Install numguard in Gemini CLI

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

{
  "mcpServers": {
    "numguard": {
      "command": "uvx",
      "args": [
        "numguard"
      ]
    }
  }
}

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

numguard in other clients