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がシステムにインストールされています
Gitがインストールされている
Node.js のインストールを確認するには、次のコマンドを実行します。
セットアップ手順
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Descope MCP Server を自動的にインストールするには:
手動インストール
リポジトリをクローンします。
git clone https://github.com/descope-sample-apps/descope-mcp-server.git cd descope-mcp-server必要な依存関係をインストールします。
npm installプロジェクトをビルドします。
npm run build
構成
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-qualityIntegrates with the Ghost Admin API to allow programmatic management of Ghost CMS features, including posts, pages, tags, authors, members, and image uploads, providing efficient content management capabilities.Last updated -72
- AsecurityAlicenseAqualityEnables interactions with the Discogs API for music catalog operations and search functionality, allowing users to manage their Discogs collections through natural language.Last updated -535259MIT License
- -securityFlicense-qualityEnables interaction with Zoom services through the Zoom API. Provides access to meeting management, user administration, and other Zoom platform features through natural language commands.Last updated -
- -securityFlicense-qualityEnables interaction with Azure DevOps through Personal Access Token authentication. Supports work item management, wiki operations, project/repository listing, and build pipeline access through natural language.Last updated -