Skycloak
Model Context Protocol server for Skycloak managed Keycloak. Manage clusters, realms, applications, SSO and users from any MCP client.
Ads
Overview
Official Model Context Protocol server for Skycloak (managed Keycloak): manage your clusters, realms, applications, and SSO from any MCP client (Claude Desktop, Claude Code, Cursor). > Status: early release. Tool coverage is growing; see the changelog for what's available. No API key, no client ID, no configuration. Your browser opens, you sign in to Skycloak, and the tools appear. Any MCP client that speaks streamable HTTP works the same way: give it the URL and nothing else. - "Which of my Keycloak clusters are behind on upgrades?" - "Create a staging realm on the EU cluster with Google and GitHub sign-in." - "Who was added to the production realm in the last week?" - "Set up a SIEM destination that forwards admin events to our Datadog webhook."
Installation
claude mcp add --transport http skycloak https://mcp.skycloak.io
Configuration
{
"mcpServers": {
"skycloak": {
"type": "http",
"url": "https://mcp.skycloak.io",
"headers": {
"Authorization": "Bearer sk_sc_XXX"
}
}Capabilities
- SIEM forwarding
Set up a SIEM destination that forwards admin events to a Datadog webhook via `create_siem_destination`.
- Cluster upgrade review
Ask which clusters are behind on Keycloak upgrades and get the upgrade path via `list_cluster_upgrades` and `get_cluster_upgrade_path`.
- Realm provisioning
Create a realm with Google and GitHub sign-in using `create_realm` and `create_identity_provider`.
- Custom domain setup
Add a custom domain, get DNS records, and verify with `create_domain` and `verify_domain`.
Tags
- security
- identity
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.