Identity AIops for VS Code
io.github.aiops-tools/identity-aiops
Governed Keycloak + authentik identity ops: users, events, clients, MFA, RCA. 29 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Identity AIops in VS Code
.vscode/mcp.json
{
"servers": {
"identity-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"identity-aiops"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs