Keycloak Documentation
About
MCP sever for fetching latest Keyclaok documentation in LLM friendly format
Details
- Author
- chenhunghan
- Downloads
- 234
- Categories
- Knowledge Base
Jump to
- Fetches the latest Keycloak documentation.
- Delivers content in LLM-friendly format.
- Simple global npm installation.
- Configured via standard MCP settings JSON.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Keycloak DocumentationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally via npm (npm install -g keycloak-doc-mcp) and configure the MCP client (e.g., in an MCP settings JSON file) to use the keycloak-doc-mcp command.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"keycloak documentation": {
"keycloak-documentation": {
"command": "keycloak-doc-mcp",
"args": [],
"env": []
}
}
}
}
McpServers
{
"keycloak-documentation": {
"command": "keycloak-doc-mcp",
"args": [],
"env": []
}
}
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": {}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


