MCP.so
Sign In
K

Keycloak Mcp Server

@paoloamato2

About Keycloak Mcp Server

A complete Model Context Protocol (MCP) server for Keycloak 26.x

Basic information

Category

Other

Transports

stdio

Publisher

paoloamato2

Submitted by

Paolo Amato

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "keycloak": {
      "command": "python",
      "args": [
        "-m",
        "keycloak_mcp_server"
      ],
      "env": {
        "KEYCLOAK_URL": "http://localhost:8080",
        "KEYCLOAK_ADMIN_USERNAME": "admin",
        "KEYCLOAK_ADMIN_PASSWORD": "admin"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Keycloak Mcp Server?

A complete Model Context Protocol (MCP) server for Keycloak 26.x.

How to use Keycloak Mcp Server?

Key features of Keycloak Mcp Server?

Use cases of Keycloak Mcp Server?

FAQ from Keycloak Mcp Server

Comments

More Other MCP servers