Skip to main content
Glama

Keycloak MCP Server

assign-client-role-to-user

Assign a specific client role to a user in Keycloak by providing realm, userId, clientUniqueId, and roleName. Streamlines user role management in MCP Server.

Instructions

Assign a client role to a user

Input Schema

NameRequiredDescriptionDefault
clientUniqueIdYes
realmYes
roleNameYes
userIdYes

Input Schema (JSON Schema)

{ "properties": { "clientUniqueId": { "type": "string" }, "realm": { "type": "string" }, "roleName": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "realm", "userId", "clientUniqueId", "roleName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HaithamOumerzoug/keycloak-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server