mcpbeat Sign in

MCP Keycloak MCP Server

local only

MCP Keycloak runs on your own machine — the client starts it, so there is no endpoint to ping. 366 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 165 · avg 12
a month agotoday
366
Installs / week
npm · @dockndevai/mcp-keycloak
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Keycloak every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-keycloak -- npx -y @dockndevai/mcp-keycloak
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-keycloak": {
      "args": [
        "-y",
        "@dockndevai/mcp-keycloak"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-keycloak]
command = "npx"
args = ["-y", "@dockndevai/mcp-keycloak"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-keycloak": {
      "args": [
        "-y",
        "@dockndevai/mcp-keycloak"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-keycloak": {
      "args": [
        "-y",
        "@dockndevai/mcp-keycloak"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Keycloak

same job, measured the same way
Keycloak Admin
by mrz1880

Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.

69 installs/wk local only
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
Nervous System
by levelsofself

Governance for LLM agents: 7 enforced rules + read-only reference tools. Safe in any MCP client.

118 installs/wk local only
API Governance
by coderifts

API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls.

3 tools answering
MCP Kubernetes
by dockndevai

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

399 installs/wk local only
Skycloak
by skycloak

Managed Keycloak from any MCP client: clusters, realms, apps, SSO, users, domains, audit events.

answering
Dingdawg Loop
by dingdawg

Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.

62 installs/wk local only
K8s MCP Server (Go)
by kaneg

Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes.

local only

MCP Keycloak — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Keycloak?
MCP Keycloak runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dockndevai/mcp-keycloak was installed 366 times last week.
How do I connect MCP Keycloak?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dockndevai/mcp-keycloak straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Keycloak?
The npm package @dockndevai/mcp-keycloak was installed 366 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Keycloak open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.