Endpoint AIops for Cursor
io.github.aiops-tools/endpoint-aiops
Governed managed-endpoint ops — login-storm & drift analysis, 13 MCP tools with audit/budget/undo.
client:Cursor
transport:stdio
runtime:pypi
Install Endpoint AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"endpoint-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"endpoint-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs