Skip to content
Gemini CLI

idios for Gemini CLI

io.github.honeytones/idios

Private escrow for AI agent work on Beam: verifiable delivery, worker collateral, M of N disputes.

client:Gemini CLI transport:stdio runtime:pypi

Install idios 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": {
    "idios": {
      "command": "uvx",
      "args": [
        "idios-mcp-server"
      ],
      "env": {
        "IDIOS_WALLET_PASS": "<IDIOS_WALLET_PASS>"
      }
    }
  }
}

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

idios in other clients