MCP Server Sentry
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
반환: 대화 맥락으로 포맷된 문제 세부 정보
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.jsMCP Inspector로 디버깅:
npx @modelcontextprotocol/inspector node dist/index.js환경 변수 설명
SENTRY_AUTH_TOKEN(필수): Sentry API 액세스 토큰SENTRY_PROJECT_SLUG(선택 사항): Sentry 프로젝트의 슬러그SENTRY_ORGANIZATION_SLUG(선택 사항): Sentry 조직의 슬러그
URL에 프로젝트 및 조직 정보가 제공되는 경우 마지막 두 변수는 생략할 수 있습니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
This server cannot be installed
Maintenance
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
- FlicenseBqualityDmaintenanceA 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.222
- FlicenseBqualityFmaintenanceA 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.1121
- AlicenseNot gradedqualityDmaintenanceA TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.422MIT

Sentry MCP Serverofficial
FlicenseBqualityFmaintenanceA 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.1111
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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