Monitoring AIops for VS Code
io.github.aiops-tools/monitoring-aiops
Governed SolarWinds Orion + PRTG + Zabbix ops: SWQL, alert rollup, health, 42 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Monitoring AIops in VS Code
.vscode/mcp.json
{
"servers": {
"monitoring-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"monitoring-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs