OT AIops for Cursor
io.github.aiops-tools/ot-aiops
Governed OT tap (57 tools): OPC-UA/Modbus/S7/MC/MTConnect/MQTT/EtherNet-IP/EtherCAT.
client:Cursor
transport:stdio
runtime:pypi
Install OT AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ot-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"ot-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs