Skip to main content
Glama
Zzzccs123

MCP Server Sentry

by Zzzccs123

MCP 서버 센트리 - TypeScript 구현

Sentry 오류 추적 서비스에 연결하기 위해 TypeScript로 구현된 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 모델은 Sentry에서 오류 보고서와 이벤트를 쿼리하고 분석할 수 있습니다.

특징

  1. get_sentry_issue 도구

    • ID 또는 URL로 Sentry 문제를 검색하고 분석합니다.

    • 입력:

      • issue_id_or_url (문자열): 분석할 Sentry 문제 ID 또는 URL

    • 반품: 문제 세부 정보 포함:

      • 제목

      • 문제 ID

      • 상태

      • 수준

      • 처음 본 타임스탬프

      • 마지막으로 본 타임스탬프

      • 이벤트 수

      • 전체 스택 추적

  2. sentry-issue 프롬프트 템플릿

    • Sentry에서 문제 세부 정보를 검색합니다.

    • 입력:

      • issue_id_or_url (문자열): Sentry 문제 ID 또는 URL

    • 반환: 대화 맥락으로 포맷된 문제 세부 정보

Related MCP server: Sentry MCP Server

설치

지엑스피1

구성

서버는 환경 변수를 사용하여 구성됩니다. 프로젝트 루트 디렉터리에 .env 파일을 생성하세요.

# Required: Sentry authentication token
SENTRY_AUTH_TOKEN=your_sentry_auth_token

# Optional: Sentry organization name
SENTRY_ORGANIZATION_SLUG=your_organization_slug

# Optional: Sentry project name
SENTRY_PROJECT_SLUG=your_project_slug

# Optional: Sentry base url
SENTRY_BASE_URL=https://sentry.com/api/0

또는 런타임에 이러한 환경 변수를 설정할 수 있습니다.

달리기

표준 IO를 통해 서버를 실행합니다.

node dist/index.js

MCP Inspector로 디버깅:

npx @modelcontextprotocol/inspector node dist/index.js

환경 변수 설명

  • SENTRY_AUTH_TOKEN (필수): Sentry API 액세스 토큰

  • SENTRY_PROJECT_SLUG (선택 사항): Sentry 프로젝트의 슬러그

  • SENTRY_ORGANIZATION_SLUG (선택 사항): Sentry 조직의 슬러그

URL에 프로젝트 및 조직 정보가 제공되는 경우 마지막 두 변수는 생략할 수 있습니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A 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.
    2
    22
  • F
    license
    B
    quality
    F
    maintenance
    A 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.
    11
    21
  • F
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.
    11
    11

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/Zzzccs123/mcp-sentry'

If you have feedback or need assistance with the MCP directory API, please join our Discord server