Home › Security › Keycloak Admin
Keycloak Admin
Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.
Topics: Security
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.3)
npx -y mcp-keycloak-admin@0.2.3
Or add to your MCP client config:
{
"mcpServers": {
"mcp-keycloak-admin": {
"command": "npx",
"args": [
"-y",
"mcp-keycloak-admin@0.2.3"
],
"env": {
"KEYCLOAK_BASE_URL": "<YOUR_VALUE>",
"KEYCLOAK_REALM": "<YOUR_VALUE>",
"AUTH_MODE": "<YOUR_VALUE>",
"KC_CLIENT_ID": "<YOUR_VALUE>",
"KC_CLIENT_SECRET": "<YOUR_VALUE>",
"KC_ADMIN_USERNAME": "<YOUR_VALUE>",
"KC_ADMIN_PASSWORD": "<YOUR_VALUE>",
"KC_ADMIN_REALM": "<YOUR_VALUE>",
"READ_ONLY": "<YOUR_VALUE>",
"ALLOWED_REALMS": "<YOUR_VALUE>"
}
}
}
}
KEYCLOAK_BASE_URLrequired — Base URL of the Keycloak server (no trailing slash).KEYCLOAK_REALMrequired — Realm the server operates on.AUTH_MODErequired — Authentication mode: service_account or password.KC_CLIENT_ID— Confidential client id (service_account mode).KC_CLIENT_SECRETsecret — Client secret (service_account mode).KC_ADMIN_USERNAME— Admin username (password mode).KC_ADMIN_PASSWORDsecret — Admin password (password mode).KC_ADMIN_REALM— Realm holding the admin user (password mode; default master).READ_ONLY— When true, write and destructive tools are not registered.ALLOWED_REALMS— Comma-separated allow-list of realms the server may operate on.
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry