Labsco
MCP SERVER · OFFICIAL PROJECT

Fetches a Sentry issue by ID or URL and returns its details and full stacktrace.

Developer ToolsAnthropic

No longer maintained. Its publisher now ships a current server for the same product. That pointer is ours, not a statement by the archived project. Use

Sentry MCP Server →

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-issue prompt 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.