← Explore all mcp servers

ERROR INVESTIGATION / Sentry

Sentry MCP

Brings Sentry issues and event context into an assistant’s debugging workflow, with hosted OAuth and a local adapter for self-hosted Sentry.

“Sentry's MCP service is primarily designed for human-in-the-loop coding agents.”

01 / THE REASONING

Why this made the selection.

  • Focuses its tool selection on debugging rather than pretending to expose the entire Sentry API.
  • Documents both a hosted connection and the extra requirements of self-hosted deployments.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • README.md (installation, capability and permission sections)
  • packages/mcp-server/package.json
  • packages/mcp-server/src/index.ts
  • LICENSE.md
  • https://mcp.sentry.dev: hosted OAuth and organization/project-scoped endpoints

Our findings

  • The documented local token scopes include project, team and event writes; this is not a read-only integration.
  • The source distinguishes MCP OAuth Authorization from the Sentry-Bearer upstream token and allows skills to be narrowed.

Not established by this review

  • Server startup, authentication and tool execution were not tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Connect a server deliberately.

Upstream setup instructions ↗
  1. Add https://mcp.sentry.dev/mcp using the hosted connection guide and complete OAuth; append the documented organization/project path to narrow the connection.
  2. For self-hosting, follow the stdio instructions and configure the documented Sentry token scopes, host and optional model provider.

Before you start

  • A Sentry account with access to the target organization, or a configured self-hosted Sentry instance.

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. Official documentation ↗Checked

    https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/README.md

    Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports

  2. https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/LICENSE.md

    Supports: license

  3. https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/packages/mcp-server/package.json

    Supports: language, review

  4. https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/packages/mcp-server/src/index.ts

    Supports: language, review

  5. https://mcp.sentry.dev

    Supports: install, access, compatibility, transports, review