Back to Browse

Keycloak MCP Server

Developer ToolsUse Caution4.8Local
Free

MCP server for KeyCloak Admin REST API via Service Account

About

MCP server for KeyCloak Admin REST API via Service Account

Security Report

4.8
Use Caution4.8High Risk

keycloak-mcp is a well-designed MCP server for KeyCloak admin operations with proper authentication via OAuth2 Service Account (Client Credentials Grant). Code quality is solid with comprehensive input validation, error handling, and credential protection. Permissions appropriately match the server's read-heavy purpose, with optional write operations requiring explicit role grants. Minor code quality observations around broad exception handling do not materially impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity). Package verification found 1 issue.

3 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shigechika-keycloak-mcp": {
      "args": [
        "keycloak-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!