Skip to content
VS Code

OLVM AIops for VS Code

io.github.aiops-tools/olvm-aiops

Governed OLVM / oVirt 4.5 ops — 17 MCP tools: inventory, health, capacity, diagnosis; audited.

client:VS Code transport:stdio runtime:pypi

Install OLVM AIops in VS Code

.vscode/mcp.json

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

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

OLVM AIops in other clients