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 Desktop 应用程序并从左上角的菜单栏启用开发人员模式。

启用后,转到“设置”(也在左上角菜单中),导航到“开发人员”部分,然后单击“编辑配置”按钮以访问和编辑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/projectapp.descope.com/settings/company/managementkeys中实际的 Descope 项目 ID 和管理密钥。

3. 重启 Claude Desktop

要应用更改:

  1. 完全退出 Claude Desktop(确保它不仅仅是最小化)。
  2. 重新启动 Claude Desktop。
  3. 检查🔌图标以确认 Descope 服务器已连接。

带有 Descope MCP 服务器 x5 的 Claude Desktop

运行服务器

首先,构建项目:

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