Descope MCP サーバー
導入
Descope モデル コンテキスト プロトコル (MCP) サーバーは、Descope の管理 API と対話するためのインターフェイスを提供し、プロジェクト関連情報の検索と取得を可能にします。
利用可能なツール
search-audits
: Descope プロジェクトから最大 10 件の監査ログ エントリを取得します。search-users
: Descope プロジェクトから最大 10 件のユーザー レコードを取得します。create-user
: Descope プロジェクトに新しいユーザーを作成します。invite-user
: Descope プロジェクトに新しいユーザーを招待します。
要件
続行する前に、次のものを用意してください。
- Node.js (バージョン 18 以降)
- Claude Desktopがシステムにインストールされています
- 有効なDescopeプロジェクトIDと管理キー
- Gitがインストールされている
Node.js のインストールを確認するには、次のコマンドを実行します。
セットアップ手順
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Descope MCP Server を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
- 必要な依存関係をインストールします。
- プロジェクトをビルドします。
構成
1. Claude DesktopをDescope MCPサーバーを認識するように設定する
claude_desktop_config.json
ファイルを見つけるには、Claude デスクトップ アプリを開き、左上のメニュー バーから開発者モードを有効にします。
有効にしたら、[設定] (左上のメニュー) に移動し、[開発者] セクションに移動して、[構成の編集] ボタンをクリックしてclaude_desktop_config.json
にアクセスして編集します。
あるいは、ターミナル経由で構成ファイルを開くには、次のようにします。
macOSの場合:
Windowsの場合:
2. Descope サーバー構成を追加します。
your-descope-project-id-here
とyour-descope-management-key-here
app.descope.com/settings/ project とapp.descope.com/settings/company/managementkeysからの実際の Descope プロジェクト ID と管理キーに置き換えます。
3. Claude Desktopを再起動します
変更を適用するには:
- Claude Desktop を完全に終了します (最小化されているだけではないことを確認します)。
- Claude Desktop を再起動します。
- 🔌 アイコンをチェックして、Descope サーバーが接続されていることを確認します。
サーバーの実行
まず、プロジェクトをビルドします。
1. stdioでサーバーを実行する
2. SSEでサーバーを実行する
Related MCP Servers
- -securityFlicense-qualityA Management Control Plane server that allows users to explore and analyze Swagger/OpenAPI specifications, providing features such as endpoint exploration, schema analysis, and customizable response formatting, with support for authentication and integration with tools like Claude.Last updated -4TypeScript
- AsecurityAlicenseAqualityEnables Claude to interact with Okta's user management system, providing capabilities to retrieve user details, list users with filtering options, and manage user groups.Last updated -410TypeScriptMIT License
- -security-license-qualityProvides access to Backlog API for project management, issue tracking, and file operations through Claude Desktop.Last updated -9TypeScriptMIT License
- -securityFlicense-qualityA server that manages conversation context for LLM interactions, storing recent prompts and providing relevant context for each user via REST API endpoints.Last updated -1,071TypeScript