MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Skycloak
Code ExecutionOfficial
S

Skycloak

Model Context Protocol server for Skycloak managed Keycloak. Manage clusters, realms, applications, SSO and users from any MCP client.

0 starsUpdated Aug 19, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago