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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Creates a new user in a specified realm. Inputs: realm (string), username (string), email (string), firstName (string), lastName (string)
Deletes a user from a specified realm. Inputs: realm (string), userId (string)
Lists all available realms.
Lists all users in a specified realm. Inputs: realm (string)