Skip to main content
Glama

descope-mcp-server

Official

Descope MCP 서버

소개

Descope Model Context Protocol(MCP) 서버는 Descope의 관리 API와 상호 작용할 수 있는 인터페이스를 제공하여 프로젝트 관련 정보를 검색하고 가져올 수 있습니다.

사용 가능한 도구

  • search-audits : Descope 프로젝트에서 최대 10개의 감사 로그 항목을 검색합니다.
  • search-users : Descope 프로젝트에서 최대 10개의 사용자 기록을 검색합니다.
  • create-user : Descope 프로젝트에 새로운 사용자를 만듭니다.
  • invite-user : Descope 프로젝트에 새로운 사용자를 초대합니다.

요구 사항

계속하기 전에 다음 사항이 있는지 확인하세요.

Node.js 설치를 확인하려면 다음을 실행하세요.

지엑스피1

설치 지침

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. Descope MCP 서버를 인식하도록 Claude Desktop 구성

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. Descope MCP 서버를 인식하도록 Claude Desktop 구성
          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