Industrial-AIOps for Grok
io.github.industrial-aiops/iaiops
Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.
client:Grok
transport:stdio
runtime:pypi
Install Industrial-AIOps in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"iaiops": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs