Industrial-AIOps for Zed
io.github.industrial-aiops/iaiops
Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.
client:Zed
transport:stdio
runtime:pypi
Install Industrial-AIOps in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"iaiops": {
"command": "uvx",
"args": [
"iaiops"
],
"env": {
"IAIOPS_MCP": "<IAIOPS_MCP>",
"IAIOPS_CONFIG": "<IAIOPS_CONFIG>",
"IAIOPS_MASTER_PASSWORD": "<IAIOPS_MASTER_PASSWORD>",
"IAIOPS_NO_EGRESS": "<IAIOPS_NO_EGRESS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs