Skip to content
Gemini CLI

Nephyr Risk for Gemini CLI

io.github.clm-studios/nephyr-risk

Prediction market risk management — Kelly sizing, EV calculation, drawdown protection

client:Gemini CLI transport:stdio runtime:pypi

Install Nephyr Risk in Gemini CLI

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

{
  "mcpServers": {
    "nephyr-risk": {
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}

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

Nephyr Risk in other clients