Sentry-issues-mcp is a TypeScript server implementation that provides access to Sentry error tracking data through the MCP protocol. It offers four main tools for retrieving Sentry data: fetching single events, project events, single issues, and project issues by ID or URL. The server connects to the Sentry API using environment variables for authentication and organization/project configuration, making it particularly useful for developers and support teams who need to analyze application errors and exceptions within their LLM workflows.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get a single event detail. Modes: tiny returns stack info, huge returns all info. Inputs: url_or_id (string), organization_id_or_slug (optional string), project_id_or_slug (optional string), mode (optional string)
Get a list of events. Modes: tiny returns id and title, huge returns all info. Inputs: project_id_or_slug (string), organization_id_or_slug (optional string), mode (optional string)