← Back to Plugins
MCP Server MCP

io.github.dockndevai/mcp-keycloak

github By github 👁 1 views ▲ 0 votes

Keycloak admin for AI agents — realms, users, clients, roles; safe-by-default governance.

Homepage Verified source GitHub

Install

npx -y @dockndevai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dockndevai/mcp-keycloak",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Keycloak server (no trailing slash).",
          "isRequired": true,
          "name": "KEYCLOAK_URL"
        },
        {
          "description": "Client id used to authenticate (default admin-cli).",
          "name": "KEYCLOAK_CLIENT_ID"
        },
        {
          "description": "Service-account client secret (or use KEYCLOAK_USERNAME/PASSWORD).",
          "isSecret": true,
          "name": "KEYCLOAK_CLIENT_SECRET"
        },
        {
          "description": "Access mode: read-only | read-write | admin.",
          "name": "KEYCLOAK_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...