OLVM AIops for Cursor
io.github.aiops-tools/olvm-aiops
Governed OLVM / oVirt 4.5 ops — 17 MCP tools: inventory, health, capacity, diagnosis; audited.
client:Cursor
transport:stdio
runtime:pypi
Install OLVM AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"olvm-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"olvm-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs