Queue AIops for Cursor
io.github.aiops-tools/queue-aiops
Governed redis + rabbitmq ops: memory/latency/backlog/churn RCA, policies. 28 tools.
client:Cursor
transport:stdio
runtime:pypi
Install Queue AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"queue-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"queue-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs