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
Install Server
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. 1. Claude DesktopをDescope MCPサーバーを認識するように設定する
          2. 2. Descope サーバー構成を追加します。
          3. 3. Claude Desktopを再起動します
        3. サーバーの実行
          1. 1. stdioでサーバーを実行する
          2. 2. SSEでサーバーを実行する

        Related MCP Servers

        • -
          security
          -
          license
          -
          quality
          Provides an interface to manage publishers, upgrade profiles, access policies, and steering for Netskope's Network Private Access (NPA) API.
          Last updated -
          TypeScript
        • A
          security
          F
          license
          A
          quality
          Provides tools for managing Netskope infrastructure, policies, and steering configurations via the Model Context Protocol.
          Last updated -
          50
          0
          2
          TypeScript
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Integrates 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 -
          2
          2
          TypeScript
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          This server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOps
          Last updated -
          96
          20
          43
          TypeScript
          MIT License

        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