Identity AIops for Cursor
io.github.aiops-tools/identity-aiops
Governed Keycloak + authentik identity ops: users, events, clients, MFA, RCA. 29 tools.
client:Cursor
transport:stdio
runtime:pypi
Install Identity AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"identity-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"identity-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs