Industrial-AIOps Energy MCP Server
io.github.industrial-aiops/iaiops-energy
What is the Industrial-AIOps Energy MCP server?
Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core.
How to install Industrial-AIOps Energy
Copy-paste configuration for popular MCP clients.
IAIOPS_CONFIGPath to the iaiops endpoints config YAML (defines IEC-104/DNP3/IEC-61850 targets); omit to use the default location.
IAIOPS_MASTER_PASSWORDsecretMaster password that unlocks the encrypted secret store holding endpoint credentials.
IAIOPS_NO_EGRESSSet 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.
{
"mcpServers": {
"iaiops-energy": {
"command": "uvx",
"args": [
"iaiops-energy"
],
"env": {
"IAIOPS_CONFIG": "<YOUR_IAIOPS_CONFIG>",
"IAIOPS_MASTER_PASSWORD": "<YOUR_IAIOPS_MASTER_PASSWORD>",
"IAIOPS_NO_EGRESS": "<YOUR_IAIOPS_NO_EGRESS>"
}
}
}
}{
"mcpServers": {
"iaiops-energy": {
"command": "uvx",
"args": [
"iaiops-energy"
],
"env": {
"IAIOPS_CONFIG": "<YOUR_IAIOPS_CONFIG>",
"IAIOPS_MASTER_PASSWORD": "<YOUR_IAIOPS_MASTER_PASSWORD>",
"IAIOPS_NO_EGRESS": "<YOUR_IAIOPS_NO_EGRESS>"
}
}
}
}{
"mcpServers": {
"iaiops-energy": {
"command": "uvx",
"args": [
"iaiops-energy"
],
"env": {
"IAIOPS_CONFIG": "<YOUR_IAIOPS_CONFIG>",
"IAIOPS_MASTER_PASSWORD": "<YOUR_IAIOPS_MASTER_PASSWORD>",
"IAIOPS_NO_EGRESS": "<YOUR_IAIOPS_NO_EGRESS>"
}
}
}
}{
"servers": {
"iaiops-energy": {
"type": "stdio",
"command": "uvx",
"args": [
"iaiops-energy"
],
"env": {
"IAIOPS_CONFIG": "<YOUR_IAIOPS_CONFIG>",
"IAIOPS_MASTER_PASSWORD": "<YOUR_IAIOPS_MASTER_PASSWORD>",
"IAIOPS_NO_EGRESS": "<YOUR_IAIOPS_NO_EGRESS>"
}
}
}
}claude mcp add iaiops-energy --env IAIOPS_CONFIG=<YOUR_IAIOPS_CONFIG> --env IAIOPS_MASTER_PASSWORD=<YOUR_IAIOPS_MASTER_PASSWORD> --env IAIOPS_NO_EGRESS=<YOUR_IAIOPS_NO_EGRESS> -- uvx iaiops-energyRelated MCP servers
Industrial-AIOps
Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.