MCP 서버 센트리 - TypeScript 구현
Sentry 오류 추적 서비스에 연결하기 위해 TypeScript로 구현된 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 모델은 Sentry에서 오류 보고서와 이벤트를 쿼리하고 분석할 수 있습니다.
특징
get_sentry_issue
도구- ID 또는 URL로 Sentry 문제를 검색하고 분석합니다.
- 입력:
issue_id_or_url
(문자열): 분석할 Sentry 문제 ID 또는 URL
- 반품: 문제 세부 정보 포함:
- 제목
- 문제 ID
- 상태
- 수준
- 처음 본 타임스탬프
- 마지막으로 본 타임스탬프
- 이벤트 수
- 전체 스택 추적
sentry-issue
프롬프트 템플릿- Sentry에서 문제 세부 정보를 검색합니다.
- 입력:
issue_id_or_url
(문자열): Sentry 문제 ID 또는 URL
- 반환: 대화 맥락으로 포맷된 문제 세부 정보
설치
지엑스피1
구성
서버는 환경 변수를 사용하여 구성됩니다. 프로젝트 루트 디렉터리에 .env
파일을 생성하세요.
또는 런타임에 이러한 환경 변수를 설정할 수 있습니다.
달리기
표준 IO를 통해 서버를 실행합니다.
MCP Inspector로 디버깅:
환경 변수 설명
SENTRY_AUTH_TOKEN
(필수): Sentry API 액세스 토큰SENTRY_PROJECT_SLUG
(선택 사항): Sentry 프로젝트의 슬러그SENTRY_ORGANIZATION_SLUG
(선택 사항): Sentry 조직의 슬러그
URL에 프로젝트 및 조직 정보가 제공되는 경우 마지막 두 변수는 생략할 수 있습니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Sentry 오류 추적 서비스에 연결되는 Model Context Protocol 서버의 TypeScript 구현으로, AI 모델이 오류 보고서와 이벤트를 쿼리하고 분석할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityProvides a Model Context Protocol interface for accessing Linear's issue tracking system, enabling users to query and search issues with TypeScript type safety and robust error handling.Last updated -92130TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.Last updated -16Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.Last updated -103TypeScript
- -securityFlicense-qualityA TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.Last updated -2TypeScript