Labsco
MCP SERVER

Sentry

by codyde

Pull Sentry issues, events and their detail into the assistant that is already looking at the code.

Observability, Monitoring & Incident Response
Summary
The issue you were paged about, in the editor.

Short-ID resolution is the move that earns its place: the identifier from an alert or a chat message goes straight in, and the issue and its events come back without a browser.

What it is

A read layer over the Sentry API, run locally over stdio. It lists the projects in an organization, resolves a short issue ID into the issue behind it, retrieves individual events with their stack detail, and can create a project — with output in plain text or markdown.

What you get
  • Every accessible project in an organization, in summary or in full detail
  • A short issue ID resolved into the issue it names — the identifier from an alert, straight to the record
  • A specific event retrieved from an issue, summarised or in full
  • Error events listed for a project, and the events listed within a single issue
  • The issues currently open on a project
  • A new project created in the organization
  • Plain text or markdown output, chosen per call
Requirements

Node.js 14 or higher and a Sentry account with an API token; the token goes in the server's environment and the server runs from your own checkout over stdio. The author reports it verified against Codeium Windsurf, and states it is not yet fully working in Cursor.