Dev Hub Solutions

Product studio

Get in touch
Ops & monitoringCommunity

Sentry MCP Server

Pull issues, stacks and trends from Sentry projects.

issue lookupeventsstack traces

The Sentry MCP server pulls issue data, stack traces, and event trends from your Sentry projects. Useful when debugging — the AI can read the exception that triggered the bug, look at the surrounding stack frames, and propose a fix without you copy-pasting the error.

Install in your client

Copy and paste — no manual config. Replace placeholder values for SENTRY_AUTH_TOKEN, SENTRY_ORG.

run in any terminal

SENTRY_AUTH_TOKEN="<your-sentry-auth-token>" SENTRY_ORG="<your-sentry-org>" claude mcp add sentry npx -y mcp-server-sentry

Package: mcp-server-sentry

Common use cases

  • Have Claude triage a new Sentry error: read the stack, propose a hypothesis, suggest a fix
  • Generate a postmortem from the timeline of related Sentry events
  • Surface trending errors and group them by likely root cause