Inference AIops for Cursor
io.github.aiops-tools/inference-aiops
Governed GPU inference ops (vLLM + Ray Serve): latency RCA, scaling, drain, 39 tools.
client:Cursor
transport:stdio
runtime:pypi
Install Inference AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"inference-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"inference-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs