Skip to content
Gemini CLI

Industrial-AIOps for Gemini CLI

io.github.industrial-aiops/iaiops

Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.

client:Gemini CLI transport:stdio runtime:pypi

Install Industrial-AIOps 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": {
      "command": "uvx",
      "args": [
        "iaiops"
      ],
      "env": {
        "IAIOPS_MCP": "<IAIOPS_MCP>",
        "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 in other clients