Skip to content
Gemini CLI

redpill for Gemini CLI

io.github.sergey-goncharenko/redpill

A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.

client:Gemini CLI transport:stdio runtime:npm

Install redpill in Gemini CLI

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

{
  "mcpServers": {
    "redpill": {
      "command": "npx",
      "args": [
        "-y",
        "redpill-mcp"
      ]
    }
  }
}

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

redpill in other clients