keycloak-doc-mcp

chenhunghan/keycloak-doc-mcp

3.2

If you are the rightful owner of keycloak-doc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server for fetching the latest Keycloak documentation in an LLM-friendly format.

keycloak-doc-mcp

MCP sever for fetching latest Keyclaok documentation in LLM friendly format

Installation

$ npm install -g keycloak-doc-mcp

Config

{
  "mcpServers": {
    "keycloak-documentation": {
      "command": "keycloak-doc-mcp",
      "args": [],
      "env": {}
    }
  }
}