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
{
"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