Advanced Keycloak MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-userB | Create a new user in a specific realm |
| delete-userB | Delete a user from a specific realm |
| list-realmsB | List all available realms |
| list-usersB | List users in a specific realm |
| list-rolesA | List all roles of a specific client in a specific realm |
| update-user-rolesA | Add and/or remove client roles for a user in a specific realm and client |
| reset-user-passwordB | Reset or set a new password for a user in a specific realm |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct operation (create, delete, list, reset password, update roles) on specific resources (user, realm, role). There is no overlap or ambiguity between tool purposes.
All tool names follow a consistent verb-noun pattern with hyphens (e.g., create-user, list-realms, reset-user-password). No mixing of styles or inconsistent patterns.
With 7 tools covering user creation, deletion, listing, password reset, role management, and realm/role listing, the count is well-scoped for a focused Keycloak management server.
The set covers essential user lifecycle operations (create, delete, list, password reset, role updates). Missing a get-user tool and realm role management, but core workflows are supported.