← Back to browse

Industrial-AIOps Energy

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsIAIOPS_CONFIG IAIOPS_MASTER_PASSWORD IAIOPS_NO_EGRESS
Claude Code
claude mcp add --env IAIOPS_CONFIG= --env IAIOPS_MASTER_PASSWORD= --env IAIOPS_NO_EGRESS= iaiops-energy -- uvx iaiops-energy
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"iaiops-energy","command":"uvx","args":["iaiops-energy"],"env":{"IAIOPS_CONFIG":"","IAIOPS_MASTER_PASSWORD":"","IAIOPS_NO_EGRESS":""}}'
JSON
{
  "mcpServers": {
    "iaiops-energy": {
      "command": "uvx",
      "args": [
        "iaiops-energy"
      ],
      "env": {
        "IAIOPS_CONFIG": "",
        "IAIOPS_MASTER_PASSWORD": "",
        "IAIOPS_NO_EGRESS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.