Queue AIops for VS Code
io.github.aiops-tools/queue-aiops
Governed redis + rabbitmq ops: memory/latency/backlog/churn RCA, policies. 28 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Queue AIops in VS Code
.vscode/mcp.json
{
"servers": {
"queue-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"queue-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs