Skip to content
Gemini CLI

Steel Brain for Gemini CLI

io.github.dryow1/steel-brain

Trade-verified steel grade properties, substitution verdicts, and mill-cert guidance for AI agents.

client:Gemini CLI transport:stdio runtime:oci

Install Steel Brain in Gemini CLI

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

{
  "mcpServers": {
    "steel-brain": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dryow1/steel-brain:1.0.0"
      ]
    }
  }
}

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

Steel Brain in other clients