What is the OT AIops MCP server?
Governed OT tap (57 tools): OPC-UA/Modbus/S7/MC/MTConnect/MQTT/EtherNet-IP/EtherCAT.
How to install OT AIops
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ot-aiops": {
"command": "uvx",
"args": [
"ot-aiops"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ot-aiops": {
"command": "uvx",
"args": [
"ot-aiops"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ot-aiops": {
"command": "uvx",
"args": [
"ot-aiops"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ot-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"ot-aiops"
]
}
}
}Claude Code
claude mcp add ot-aiops -- uvx ot-aiopsRelated MCP servers
Proxmox AIops
Active
Governed Proxmox VE VM/container ops — 23 MCP tools with audit, budget, undo & risk-tier guards.
2
View repository →Python
MIT
k8s AIops
Active
Governed Kubernetes ops — 51 MCP tools with audit, budget, undo, risk-tier guards.
0
View repository →Python
MIT
Network AIops
Active
Governed network device ops (NAPALM) — 28 MCP tools with audit/undo.
0
View repository →Python
MIT
TrueNAS AIops
Active
Governed TrueNAS SCALE storage ops — 21 MCP tools with audit, budget, undo guards.
0
View repository →Python
MIT
Veeam AIops
Active
Governed Veeam Backup & Replication ops — 12 MCP tools with audit, budget, undo guards.
0
View repository →Python
MIT