Skip to main content
Glama

Advanced Keycloak MCP server

by Octodet
MIT License
277

create-user

Set up new users in Keycloak realms by specifying username, email, credentials, and personal details using the Advanced Keycloak MCP server tool.

Instructions

Create a new user in a specific realm

Input Schema

NameRequiredDescriptionDefault
credentialsNoUser credentials
emailYesEmail address for the new user
emailVerifiedNoWhether the email is verified
enabledNoWhether the user is enabled
firstNameYesFirst name of the user
lastNameYesLast name of the user
realmYesRealm name
usernameYesUsername for the new user

Input Schema (JSON Schema)

{ "properties": { "credentials": { "description": "User credentials", "items": { "properties": { "temporary": { "description": "Whether the credential is temporary", "type": "boolean" }, "type": { "description": "Credential type (e.g., 'password')", "type": "string" }, "value": { "description": "Credential value", "type": "string" } }, "required": [ "type", "value" ], "type": "object" }, "type": "array" }, "email": { "description": "Email address for the new user", "format": "email", "type": "string" }, "emailVerified": { "description": "Whether the email is verified", "type": "boolean" }, "enabled": { "default": true, "description": "Whether the user is enabled", "type": "boolean" }, "firstName": { "description": "First name of the user", "type": "string" }, "lastName": { "description": "Last name of the user", "type": "string" }, "realm": { "description": "Realm name", "type": "string" }, "username": { "description": "Username for the new user", "type": "string" } }, "required": [ "realm", "username", "email", "firstName", "lastName" ], "type": "object" }
Install Server

Other Tools from Advanced 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/Octodet/keycloak-mcp'

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