Industrial-AIOps
About
Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
IAIOPS_MCP IAIOPS_CONFIG IAIOPS_MASTER_PASSWORD IAIOPS_NO_EGRESSClaude Code
claude mcp add --env IAIOPS_MCP= --env IAIOPS_CONFIG= --env IAIOPS_MASTER_PASSWORD= --env IAIOPS_NO_EGRESS= iaiops -- uvx iaiops
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"iaiops","command":"uvx","args":["iaiops"],"env":{"IAIOPS_MCP":"","IAIOPS_CONFIG":"","IAIOPS_MASTER_PASSWORD":"","IAIOPS_NO_EGRESS":""}}'
JSON
{
"mcpServers": {
"iaiops": {
"command": "uvx",
"args": [
"iaiops"
],
"env": {
"IAIOPS_MCP": "",
"IAIOPS_CONFIG": "",
"IAIOPS_MASTER_PASSWORD": "",
"IAIOPS_NO_EGRESS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.