Skip to main content
Glama

descope-mcp-server

Official

Descope MCP サーバー

導入

Descope モデル コンテキスト プロトコル (MCP) サーバーは、Descope の管理 API と対話するためのインターフェイスを提供し、プロジェクト関連情報の検索と取得を可能にします。

利用可能なツール

  • search-audits : Descope プロジェクトから最大 10 件の監査ログ エントリを取得します。
  • search-users : Descope プロジェクトから最大 10 件のユーザー レコードを取得します。
  • create-user : Descope プロジェクトに新しいユーザーを作成します。
  • invite-user : Descope プロジェクトに新しいユーザーを招待します。

要件

続行する前に、次のものを用意してください。

Node.js のインストールを確認するには、次のコマンドを実行します。

node --version # Expected output: v18.0.0 or later

セットアップ手順

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Descope MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude

手動インストール

  1. リポジトリをクローンします。
    git clone https://github.com/descope-sample-apps/descope-mcp-server.git cd descope-mcp-server
  2. 必要な依存関係をインストールします。
    npm install
  3. プロジェクトをビルドします。
    npm run build

構成

1. Claude DesktopをDescope MCPサーバーを認識するように設定する

claude_desktop_config.jsonファイルを見つけるには、Claude デスクトップ アプリを開き、左上のメニュー バーから開発者モードを有効にします。

有効にしたら、[設定] (左上のメニュー) に移動し、[開発者] セクションに移動して、[構成の編集] ボタンをクリックしてclaude_desktop_config.jsonにアクセスして編集します。

あるいは、ターミナル経由で構成ファイルを開くには、次のようにします。

macOSの場合:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windowsの場合:
code %APPDATA%\Claude\claude_desktop_config.json

2. Descope サーバー構成を追加します。

{ "mcpServers": { "descope": { "command": "node", "args": ["/path/to/descope-mcp-server/build/index.js"], "env": { "DESCOPE_PROJECT_ID": "your-descope-project-id-here", "DESCOPE_MANAGEMENT_KEY": "your-descope-management-key-here" } } } }

your-descope-project-id-hereyour-descope-management-key-here app.descope.com/settings/ project とapp.descope.com/settings/company/managementkeysからの実際の Descope プロジェクト ID と管理キーに置き換えます。

3. Claude Desktopを再起動します

変更を適用するには:

  1. Claude Desktop を完全に終了します (最小化されているだけではないことを確認します)。
  2. Claude Desktop を再起動します。
  3. 🔌 アイコンをチェックして、Descope サーバーが接続されていることを確認します。

Claude デスクトップと Descope MCP サーバー x5

サーバーの実行

まず、プロジェクトをビルドします。

npm run build

1. stdioでサーバーを実行する

npm run start:stdio

2. SSEでサーバーを実行する

npm run start:sse

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Descope の管理 API と対話して、ユーザーや監査などを管理します。

  1. 導入
    1. 利用可能なツール
      1. 要件
        1. セットアップ手順
          1. Smithery経由でインストール
          2. 手動インストール
        2. 構成
          1. Claude DesktopをDescope MCPサーバーを認識するように設定する
          2. Descope サーバー構成を追加します。
          3. Claude Desktopを再起動します
        3. サーバーの実行
          1. stdioでサーバーを実行する
          2. SSEでサーバーを実行する

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A 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 -
          4
          TypeScript
        • A
          security
          A
          license
          A
          quality
          Enables 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 -
          4
          10
          TypeScript
          MIT License
          • Apple
        • -
          security
          -
          license
          -
          quality
          Provides access to Backlog API for project management, issue tracking, and file operations through Claude Desktop.
          Last updated -
          9
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A 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,071
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/descope-sample-apps/descope-mcp-server-stdio'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server