identity-aiops
Related Servers
Alternatives to identity-aiops
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceGoverned CI/CD operations for self-hosted GitLab and Gitea — pipeline-failure, runner, artifact-bloat, and stale-branch RCA, with unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.28MIT
- AlicenseBqualityAmaintenanceGoverned MinIO object-storage operations — capacity, exposure-surface audit, lifecycle, and healing RCA, with guarded bucket writes, unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.48MIT
- AlicenseAqualityAmaintenanceGoverned reverse-proxy operations for Traefik, Caddy, and HAProxy — backend-health, cert-expiry, 5xx, and route-conflict RCA, with unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.28MIT
- AlicenseAqualityAmaintenanceGoverned Docker + Portainer container-host operations (non-Kubernetes) — restart-loop, resource-pressure, and image/volume-bloat RCA, with guarded lifecycle writes, unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.38MIT
- AlicenseAqualityAmaintenanceGoverned OPNsense + pfSense firewall operations — gateway-health, rule-shadow, and blocked-traffic RCA, with guarded rule/alias writes, unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.35MIT
- AlicenseBqualityAmaintenanceGoverned Prometheus + Grafana operations — firing-alert and scrape-target RCA, alert noise/flapping analysis, silences, and dashboards, with unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.39MIT
TDQS
Scored across 29 tools
Most tools are clearly separated by resource (client, user, group, session, events) and action (list, detail, audit, revoke, rotate). The main ambiguity is between client_session_stats and client_sessions (both are per-client session reads, one aggregate and one detailed), and between login_failure_rca and login_events (both read auth events, one is an RCA analysis, one is a raw feed). Descriptions are detailed enough to resolve these, but an agent could still pause on those pairs.
The set mostly follows a verb_noun pattern: list_clients, list_users, list_groups, user_detail, user_sessions, disable_user, enable_user, revoke_user_sessions, require_password_reset, update_client_redirect_uris, rotate_client_secret. Deviations include identity_overview, realm_info, undo_list, undo_apply, and the *_audit / *_analysis / *_rca tools, which use noun_verb or noun-only names. Still, the pattern is readable and predictable enough.
29 tools is on the heavy side for an identity/IdP server, but the domain is broad (users, clients, groups, sessions, events, audits, MFA, undo). Each tool has a distinct purpose and the count is justified by the scope, though it is approaching the upper bound where navigation becomes costly.
The server covers the identity lifecycle well: read users/clients/groups, user state changes (disable/enable/reset/revoke), client remediation (redirect URIs, secret rotation), audits, and an undo mechanism. Gaps include no direct user creation/deletion, no group membership modification, and no client creation/deletion, but the stated purpose is identity AIOps (monitoring and remediation) rather than full IdP administration, so the surface is largely complete for that purpose.