Keycloak Admin
Summary
This Keycloak MCP server, developed by Christoph Englisch, provides a streamlined interface for managing Keycloak users and realms. It integrates with the Keycloak Admin Client to offer essential operations like user creation, deletion, and listing, as well as realm management. The implementation is designed for simplicity and ease of use, making it ideal for developers and administrators who need to automate Keycloak tasks or integrate Keycloak management into their workflows. It's particularly useful for scenarios involving user provisioning, access control, and identity management across multiple realms.
Available Actions(4)
create-user
Creates a new user in a specified realm. Inputs: realm (string), username (string), email (string), firstName (string), lastName (string)
delete-user
Deletes a user from a specified realm. Inputs: realm (string), userId (string)
list-realms
Lists all available realms.
list-users
Lists all users in a specified realm. Inputs: realm (string)
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation