Inference AIops for VS Code
io.github.aiops-tools/inference-aiops
Governed GPU inference ops (vLLM + Ray Serve): latency RCA, scaling, drain, 39 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Inference AIops in VS Code
.vscode/mcp.json
{
"servers": {
"inference-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"inference-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs