mcpbeat Sign in

Industrial-AIOps MCP Server

local only

Industrial-AIOps runs on your own machine — the client starts it, so there is no endpoint to ping. 1 333 installs a week from pypi. Last commit 16 Sep 2026.

Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating.

Installs per day peak 665 · avg 165 · -46% w/w
a month agotoday
1 333
Installs / week
pypi · iaiops
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.run(  # nosec B603 — fixed argv, shell=False, no interpolation

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iaiops -- uvx iaiops
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iaiops": {
      "args": [
        "iaiops"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iaiops]
command = "uvx"
args = ["iaiops"]
.cursor/mcp.json
{
  "mcpServers": {
    "iaiops": {
      "args": [
        "iaiops"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iaiops": {
      "args": [
        "iaiops"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: IAIOPS_MCP (Tool-menu selection: comma-separated protocols or a named profile (e.g. 'fab', 'process', 'building', 'opcua,modbus'). No default since 0.10.0 — unset prints the selection menu and exits; set to a profile name (e.g. factory) or comma-list of protocols.), IAIOPS_CONFIG (Path to the endpoints config YAML (default: ~/.iaiops/config.yaml).), IAIOPS_MASTER_PASSWORD (Master password unlocking the encrypted secret store (~/.iaiops/secrets.enc).), IAIOPS_NO_EGRESS (Set 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. This is a data-exfiltration axis only, not read/write authorisation — whether a write is allowed is the caller's decision, and every call (read or write) is audited. Gates MCP tools only — not a firewall.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Industrial-AIOps

same job, measured the same way
O
DeFi Protocol Data
by memoryapi

DeFi protocol data: TVL, yield pools, and cross-chain analytics

3 tools answering
Inference AIops
by aiops-tools

Governed GPU inference ops (vLLM + Ray Serve): latency RCA, scaling, drain, 39 tools.

240 installs/wk local only
MinIO AIops
by aiops-tools

Governed MinIO ops: capacity RCA, exposure audit, ILM, WORM retention, IAM, healing, 48 tools.

272 installs/wk local only
Fabric AIops
by aiops-tools

Governed Cisco Meraki fabric ops: uplink RCA, health score, drift; 34 tools with audit/undo.

266 installs/wk local only
Proxmox AIops
by aiops-tools

Governed Proxmox VE VM/container ops — 43 MCP tools with audit, budget, undo & risk-tier guards.

255 installs/wk local only
Fix Bridge MCP
by csoai-org

FIX trading-protocol bridge — parse, map, govern (MiFID II / MAR).

73 installs/wk local only
Firewall AIops
by aiops-tools

Governed OPNsense + pfSense firewall ops: rules, NAT, VPN, DHCP, RCA. 35 tools.

638 installs/wk local only
Ceph AIops
by aiops-tools

Governed Ceph mgr ops: HEALTH_WARN RCA, OSD/PG/pool/RBD/CephFS/RGW, 37 tools.

314 installs/wk local only

Industrial-AIOps — questions

Answers built from our own checks of this server.

Why is there no uptime for Industrial-AIOps?
Industrial-AIOps runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package iaiops was installed 1 333 times last week.
How do I connect Industrial-AIOps?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iaiops straight from pypi; nothing to host, nothing to sign up for.
How many people use Industrial-AIOps?
The pypi package iaiops was installed 1 333 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Industrial-AIOps open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.