Proxy AIops for Cursor
io.github.aiops-tools/proxy-aiops
Governed Traefik + Caddy + HAProxy ops: routes, upstreams, certs, 5xx RCA. 28 tools.
client:Cursor
transport:stdio
runtime:pypi
Install Proxy AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proxy-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"proxy-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs