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 (버전 18 이상)
- 시스템에 Claude Desktop이 설치되었습니다.
- 유효한 Descope 프로젝트 ID 및 관리 키
- Git 설치됨
Node.js 설치를 확인하려면 다음을 실행하세요.
지엑스피1
설치 지침
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Descope MCP Server를 자동으로 설치하려면:
수동 설치
- 저장소를 복제합니다.
- 필요한 종속성을 설치합니다.
- 프로젝트를 빌드하세요:
구성
1. Descope MCP 서버를 인식하도록 Claude Desktop 구성
claude_desktop_config.json
파일을 찾으려면 Claude Desktop 앱을 열고 왼쪽 상단 메뉴 표시줄에서 개발자 모드를 활성화하세요.
활성화되면 설정(왼쪽 상단 메뉴에도 있음)으로 가서 개발자 섹션으로 이동한 다음 구성 편집 버튼을 클릭하여 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-qualityA 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 -4TypeScript
- AsecurityAlicenseAqualityEnables 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 -410TypeScriptMIT License
- -security-license-qualityProvides access to Backlog API for project management, issue tracking, and file operations through Claude Desktop.Last updated -9TypeScriptMIT License
- -securityFlicense-qualityA 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,071TypeScript