LABSCO SUMMARY
One tool that takes either a Sentry issue ID or the issue URL, so the link pasted out of an alert works as it stands.
There is no search, no issue listing and no project browsing — the server resolves an issue you already have a pointer to.
What it is
A Model Context Protocol server for retrieving and analyzing issues from Sentry.io. It resolves one issue at a time and returns the error report behind it.
What you get
- Look up an issue by Sentry issue ID or by pasting its Sentry URL
- Issue title, ID, status and level in the response
- First seen and last seen timestamps
- Event count for the issue
- The full stacktrace
- A
sentry-issueprompt that loads issue details as conversation context
Requirements
A Sentry account and a Sentry auth token. The token is passed as the --auth-token command-line argument in the Claude Desktop and Zed configs, or as the SENTRY_AUTH_TOKEN environment variable in the VS Code configs.
