Sentry-MCP-Server provides a bridge between AI assistants and Sentry error tracking platform, enabling retrieval and analysis of application errors through a standardized interface. The server exposes tools for fetching detailed issue information including stacktraces, error types, and occurrence statistics from Sentry projects. Built with TypeScript and the MCP framework, it authenticates with Sentry via API tokens, handles URL parsing for convenient issue referencing, and formats error data in a structured way. This implementation is particularly valuable for developers who need to investigate application crashes, monitor error trends, or troubleshoot production issues directly through conversational AI without context switching.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieve and analyze a specific Sentry issue using its issue ID or URL. Parameters: issue_id_or_url (string)
Get formatted details of a Sentry issue using its URL. Parameters: issue_id_or_url (string)