Skip to main content
Glama

Keycloak MCP Server

create-user

Add a new user to a Keycloak realm by specifying required details such as username, email, first name, last name, and realm name.

Instructions

Create a new user in a specific realm

Input Schema

NameRequiredDescriptionDefault
emailYes
firstNameYes
lastNameYes
realmYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "email": { "format": "email", "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "realm": { "type": "string" }, "username": { "type": "string" } }, "required": [ "realm", "username", "email", "firstName", "lastName" ], "type": "object" }

You must be authenticated.

Other Tools from Keycloak MCP Server

Related Tools

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/ChristophEnglisch/keycloak-model-context-protocol'

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