Integrations
Provides tools for Keycloak administration, allowing management of users and realms including creating and deleting users, listing available realms, and viewing users within specific realms.
Keycloak MCP サーバー
Keycloak 管理用のモデル コンテキスト プロトコル サーバー。ユーザーとレルムを管理するためのツールを提供します。
特徴
- 特定のレルムに新しいユーザーを作成する
- レルムからユーザーを削除する
- 利用可能なレルムの一覧
- 特定のレルム内のユーザーを一覧表示する
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Keycloak を自動的にインストールするには:
NPM経由(推奨)
サーバーは NPM パッケージとして利用可能です:
ローカル開発のセットアップ
サーバーを開発または変更する場合:
構成
NPM パッケージの使用 (推奨)
Claude Desktop 構成ファイルでサーバーを構成します。
地域開発のために
利用可能なツール
ユーザー作成
指定された領域に新しいユーザーを作成します。
入力:
realm
: レルム名username
: 新しいユーザーのユーザー名email
: ユーザーのメールアドレスfirstName
: ユーザーの名lastName
: ユーザーの姓
ユーザー削除
指定された領域からユーザーを削除します。
入力:
realm
: レルム名userId
: 削除するユーザーのID
リストレルム
利用可能なすべてのレルムを一覧表示します。
リストユーザー
指定された領域内のすべてのユーザーを一覧表示します。
入力:
realm
: レルム名
発達
テスト
MCP Inspector を使用してサーバーをテストするには:
展開
NPMパッケージ
このプロジェクトは、GitHub で新しいリリースが公開されると、GitHub Actions を介してNPMに自動的に公開されます。
展開のセットアップ要件
- NPMアカウントを作成し、アクセストークンを取得する
- GitHubリポジトリにNPM_TOKENシークレットを追加する
- リポジトリの設定 > シークレットに移動します
NPM_TOKEN
という名前の新しいシークレットを追加します- NPMアクセストークンを値として貼り付けます
前提条件
- Node.js 18以上
- Keycloakインスタンスの実行
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Keycloak ユーザーとレルムを管理するためのツールを提供するモデル コンテキスト プロトコル サーバー。ユーザーの作成と削除、使用可能なレルムの一覧表示、特定のレルム内のユーザーの表示が可能です。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.Last updated -95PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.Last updated -JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated -462Python
Hedera MCP Serverofficial
-securityFlicense-qualityA Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.Last updated -JavaScript