Skip to content
Cursor

Industrial-AIOps Energy for Cursor

io.github.industrial-aiops/iaiops-energy

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

client:Cursor transport:stdio runtime:pypi

Install Industrial-AIOps Energy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "iaiops-energy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "iaiops-energy"
      ],
      "env": {
        "IAIOPS_CONFIG": "<IAIOPS_CONFIG>",
        "IAIOPS_MASTER_PASSWORD": "<IAIOPS_MASTER_PASSWORD>",
        "IAIOPS_NO_EGRESS": "<IAIOPS_NO_EGRESS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Industrial-AIOps Energy in other clients