Keycloak MCP
未申請MCP server that integrates with Keycloak, allowing you to manage Keycloak users and realms through a standardized protocol. It uses the official Keycloak Admin Client to interact with Keycloak's API.
インストール
npx -y @smithery/cli install @HaithamOumerzoug/keycloak-mcp --client claude未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(18個)
add-user-to-group
Adds a user to a specific group.
assign-client-role-to-user
Assigns a client role to a specific user.
clientUniqueId
The unique ID of the client
create-user
Creates a new user in a specified realm.
delete-user
Deletes a user from a specified realm.
Email address for the user
firstName
User's first name
groupId
The ID of the group
lastName
User's last name
list-client-roles
Lists all roles for a specific client in a realm.
list-clients
Lists all clients in a specified realm.
list-groups
Lists all groups in a specified realm.
list-realms
Lists all available realms.
list-users
Lists all users in a specified realm.
realm
The realm name
roleName
The name of the role to assign
userId
The ID of the user to delete
username
Username for the new user