keycloak-mcp-server

keycloak-mcp-server

1

The Keycloak MCP Server leverages Quarkus to function as a Model-Context Protocol server. It is specifically designed to integrate with Keycloak for effective identity and access management, offering a scalable and robust solution.

Questions you can ask?

( O)> can I create a new user in keycloak? Yes, you can create a new user in Keycloak. To do this, you'll need to provide the following information about the user:

  • Realm: The name of the realm where the user will reside.
  • Username: The username for the new user.
  • First Name: The first name of the user.
  • Last Name: The last name of the user.
  • Email: The email address of the user.
  • Password: The password for the user's account.

You can provide these details, and I can assist you with creating the user.


( O)> list all users in quarkus realm Here are the users in the "quarkus" realm:

  1. admin

    • ID: af134cab-f41c-4675-b141-205f975db679
  2. alice

    • ID: eb4123a3-b722-4798-9af5-8957f823657a
  3. jdoe

    • ID: 1eed6a8e-a853-4597-b4c6-c4c2533546a0

( O)> can you delete user sshaaf from realm quarkus