Awesome MCPCloud & DevOps

ChristophEnglisch/keycloak-model-context-protocol

⭐ 46 TypeScript added to this list on 2025-05-06 repository created 2025-01-06

Keycloak MCP Server is a Model Context Protocol server for administering Keycloak, the open-source identity and access management system. It is written in TypeScript, published on npm as keycloak-model-context-protocol, and can be run directly with npx, installed globally, built from source for development, or installed into Claude Desktop automatically through Smithery. The server exposes four tools that map onto common realm and user administration chores. list-realms returns all realms available on the connected Keycloak instance. list-users takes a realm name and returns the users inside it. create-user takes a realm plus a username, email, first name and last name and creates the account. delete-user takes a realm and a user identifier and removes that account. Connection details come from three environment variables set in the client configuration entry: KEYCLOAK_URL for the base address of the instance, and KEYCLOAK_ADMIN with KEYCLOAK_ADMIN_PASSWORD for the administrator credentials the server authenticates with. The README shows both the recommended npm-based mcpServers block, where the command is npx, and a local development variant that runs the built dist/index.js with node. Development uses npm run watch for rebuilds, and the server can be exercised interactively with the official MCP Inspector by pointing it at the npx invocation. Releases are automated: publishing a GitHub release triggers a GitHub Actions workflow that pushes the package to npm using an NPM_TOKEN repository secret. Prerequisites are Node.js 18 or newer and a reachable Keycloak instance. Because the server acts with full administrator credentials and includes a destructive delete-user tool, it is aimed at platform and identity engineers working against development or staging realms who want to inspect and adjust accounts conversationally rather than through the Keycloak admin console or its REST API.

https://github.com/ChristophEnglisch/keycloak-model-context-protocol

mcpkeycloakidentityiamuser-managementtypescriptdevops

Also in Cloud & DevOps

apache/apisix

Apache APISIX is a high-performance cloud-native API Gateway and AI Gateway that supports Model Context Protocol (MCP) integration through its mcp-bridge plugin, offering dynamic traffic management, security, and observability features.

awslabs/mcp

AWS MCP Servers is a suite of specialized Model Context Protocol servers that integrate AWS best practices and resources into AI-powered development workflows to enhance cloud-native development and infrastructure management.

webiny/webiny-js

Webiny is an open-source, self-hosted headless CMS and framework, built on AWS serverless with AI-assisted development capabilities via an embedded MCP server, designed for large organizations.

modelcontextprotocol/registry

MCP Registry is a community-driven centralized service offering a RESTful API for discovering, managing, and publishing Model Context Protocol (MCP) servers with MongoDB and Docker support.

beclab/Olares

Olares is an open-source personal cloud operating system that enables users to run local AI models and applications with personalized, context-aware AI interactions using a Model Context Protocol-like mechanism, providing a private and secure AI home server environment.

cloudflare/mcp-server-cloudflare

Cloudflare MCP Server is a suite of MCP servers that enable large language model clients to interact with and manage Cloudflare's cloud services through natural language commands, facilitating automation and insights across various domains.

grafana/mcp-grafana

mcp-grafana is an MCP server that provides comprehensive programmatic access to Grafana's dashboards, datasources, alerts, incidents, and on-call management features through MCP clients.

metorial/mcp-containers

MCP Containers offers containerized versions of hundreds of MCP servers, enabling easy, secure, and up-to-date deployment of Model Context Protocol servers for AI integration and experimentation.