mcp-sentry-custom is a server that connects AI assistants to Sentry.io for error monitoring and debugging. It provides tools to retrieve and analyze specific Sentry issues or list all issues from a project, including detailed stack traces, error frequencies, and timestamps. The implementation supports both official Sentry.io and self-hosted Sentry instances, making it valuable for developers who need to investigate production errors without leaving their AI assistant workflow.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieve and analyze a specific Sentry issue by its ID or URL. Parameters: issue_id_or_url (string) - The Sentry issue ID or full URL to analyze.
Retrieve and analyze a list of Sentry issues for a specific project. Parameters: project_slug (string) - The Sentry project slug; organization_slug (string) - The Sentry organization slug.
Retrieve formatted issue details from Sentry for use in conversation context. Parameters: issue_id_or_url (string) - The Sentry issue ID or URL.