Skip to content
Gemini CLI

humane proxy for Gemini CLI

io.github.vishisht16/humane-proxy

AI safety middleware — detects self-harm and criminal intent in LLM prompts.

client:Gemini CLI transport:stdio runtime:pypi

Install humane proxy 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": {
    "humane-proxy": {
      "command": "uvx",
      "args": [
        "humane-proxy"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>"
      }
    }
  }
}

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

humane proxy in other clients