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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve details of a Sentry issue using its ID or URL. Parameters: issue_id_or_url (string)
Analyze a Sentry issue using its ID or URL. Parameters: issue_id_or_url (string)