← Back to Plugins
MCP Server MCP

Industrial-AIOps Energy

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx iaiops-energy

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "iaiops-energy",
      "version": "0.1.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the iaiops endpoints config YAML (defines IEC-104/DNP3/IEC-61850 targets); omit to use the default location.",
          "format": "filepath",
          "name": "IAIOPS_CONFIG"
        },
        {
          "description": "Master password that unlocks the encrypted secret store holding endpoint credentials.",
          "format": "string",
          "isSecret": true,
          "name": "IAIOPS_MASTER_PASSWORD"
        },
        {
          "description": "Set to 1 to withhold every data-shipping tool (message bus, external historian, remote LLM) from list_tools() at registration time, for an airgap/sealed-box deployment. A data-exfiltration axis only, not read/write authorisation — every tool is governed and audited. This edition's connectors are monitor-only, so what this withholds are the base brain tools mirrored in from iaiops. Requires iaiops>=0.19.",
          "name": "IAIOPS_NO_EGRESS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...