Skip to content
Gemini CLI

Industrial-AIOps Energy for Gemini CLI

io.github.industrial-aiops/iaiops-energy

Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core.

client:Gemini CLI transport:stdio runtime:pypi

Install Industrial-AIOps Energy 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": {
    "iaiops-energy": {
      "command": "uvx",
      "args": [
        "iaiops-energy"
      ],
      "env": {
        "IAIOPS_CONFIG": "<IAIOPS_CONFIG>",
        "IAIOPS_MASTER_PASSWORD": "<IAIOPS_MASTER_PASSWORD>",
        "IAIOPS_NO_EGRESS": "<IAIOPS_NO_EGRESS>"
      }
    }
  }
}

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

Industrial-AIOps Energy in other clients