Skip to content
v1.0.2Apache-2.0

Comprehensive Keycloak identity and access management — manage realms, clients, users, roles, identity providers, organizations, authentication flows, protocol mappers, and debug JWT tokens via Admin REST API. Includes multi-tenant SaaS authorization patterns.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

keycloak-adminstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "mcp-server/dist/index.js"
  ],
  "env": {
    "KEYCLOAK_URL": "${KEYCLOAK_URL}",
    "KEYCLOAK_REALM": "${KEYCLOAK_REALM}",
    "KEYCLOAK_CLIENT_ID": "${KEYCLOAK_CLIENT_ID}",
    "KEYCLOAK_CLIENT_SECRET": "${KEYCLOAK_CLIENT_SECRET}",
    "KEYCLOAK_SECRET_SINK_COMMAND": "${KEYCLOAK_SECRET_SINK_COMMAND}",
    "KEYCLOAK_SECRET_SINK_ARGS": "${KEYCLOAK_SECRET_SINK_ARGS}",
    "KEYCLOAK_USER_FEDERATION_TESTED_VERSION": "${KEYCLOAK_USER_FEDERATION_TESTED_VERSION}",
    "KEYCLOAK_USER_FEDERATION_TEST_PATH": "${KEYCLOAK_USER_FEDERATION_TEST_PATH}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "keycloak",
  "version": "1.0.2",
  "description": "Comprehensive Keycloak identity and access management — manage realms, clients, users, roles, identity providers, organizations, authentication flows, protocol mappers, and debug JWT tokens via Admin REST API. Includes multi-tenant SaaS authorization patterns.",
  "author": {
    "name": "Lucas Magalhães",
    "url": "https://github.com/Lucas-magalhaes1"
  },
  "homepage": "https://github.com/Lucas-magalhaes1/keycloak-power#readme",
  "repository": "https://github.com/Lucas-magalhaes1/keycloak-power",
  "license": "Apache-2.0",
  "keywords": [
    "keycloak", "authentication", "authorization", "identity",
    "oidc", "openid-connect", "oauth", "oauth2", "saml",
    "sso", "single-sign-on", "jwt", "token", "realm", "client",
    "identity-provider", "idp", "federation", "ldap", "active-directory",
    "multi-tenant", "organizations", "rbac", "roles", "groups",
    "user-management", "access-control", "mfa", "two-factor",
    "keycloak-admin", "entra-id", "okta", "protocol-mapper", "claims"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • decode-token.sh
  • LICENSE
View on GitHub