Skip to content
VS Code

OT AIops for VS Code

io.github.aiops-tools/ot-aiops

Governed OT tap (57 tools): OPC-UA/Modbus/S7/MC/MTConnect/MQTT/EtherNet-IP/EtherCAT.

client:VS Code transport:stdio runtime:pypi

Install OT AIops in VS Code

.vscode/mcp.json

{
  "servers": {
    "ot-aiops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ot-aiops"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OT AIops in other clients