---
title: "Sentry MCP: review, setup & limitations · Undominated.ai"
canonical: https://undominated.ai/mcp-servers/sentry/
description: "Brings Sentry issues and event context into an assistant’s debugging workflow, with hosted OAuth and a local adapter for self-hosted Sentry."
---

# Sentry MCP: review, setup & limitations · Undominated.ai

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

[← Explore all mcp servers](/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.

 See setup guidance ↓Original source ↗

SOURCE REVIEW

 Reviewed 2026-09-21
 Evidence 5 linked sources
 Publisher Sentry
 Licence FSL-1.1-Apache-2.0 ↗
 Revision e61c1888c8f8
 Read what was—and wasn’t—checked ↓

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

 Sentry · upstream description ↗ Our analysis follows below.

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.

### A good fit for

 - Investigating a reported application error alongside its Sentry issue and event context.

### Weigh up before choosing

 - The stdio adapter is described as a work in progress; self-hosted feature availability differs.
- AI-powered search tools require a configured model provider when running the adapter.
- The current source licence is FSL, with restrictions on competing uses; Apache-2.0 applies after the licence’s change date.

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 ↗
 - Add https://mcp.sentry.dev/mcp using the hosted connection guide and complete OAuth; append the documented organization/project path to narrow the connection.
- 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.

### Compatibility

An MCP client supporting stdio, Streamable HTTP. · A Sentry account with access to the target organization, or a configured self-hosted Sentry instance.

### Implementation

TypeScript

### Transports

stdio · Streamable HTTP

### Error investigation / Configured credentials or local access

 - Reads issue/event data accessible to the authenticated account.
- Enabled skills and token scopes can permit project, team or event changes.

### Cost model

Sentry account entitlements apply; a self-hosted adapter may also incur model-provider usage for AI search.

04 / FOLLOW THE EVIDENCE

## The source trail.

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

 - Official documentation ↗ Checked 2026-09-21 https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/README.md Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports
- Applicable source licence ↗ Checked 2026-09-21 https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/LICENSE.md Supports: license
- Implementation: packages/mcp-server/package.json ↗ Checked 2026-09-21 https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/packages/mcp-server/package.json Supports: language, review
- Implementation: packages/mcp-server/src/index.ts ↗ Checked 2026-09-21 https://github.com/getsentry/sentry-mcp/blob/e61c1888c8f8bcca76b60229cad4eeb28226399d/packages/mcp-server/src/index.ts Supports: language, review
- Sentry hosted connection guide ↗ Checked 2026-09-21 https://mcp.sentry.dev Supports: install, access, compatibility, transports, review

KEEP COMPARING

## Other approaches to consider.

Related by category or shared topics. These are alternatives to inspect, not a measured quality order.

 [### Brave Search MCP ↗ Provides web, news, image, video and place search using the Brave Search API.](/mcp-servers/brave/)[### Cloudflare API MCP ↗ Lets an assistant discover Cloudflare API endpoints and execute API calls through code, within the granted Cloudflare permissions.](/mcp-servers/cloudflare-code/)[### Cloudflare Documentation MCP ↗ Searches Cloudflare documentation without granting an assistant access to a Cloudflare account.](/mcp-servers/cloudflare/)

 [AI Tools ↗](/tools/)[Skills ↗](/skills/)[Agents ↗](/agents/)[MCP Servers ↗](/mcp-servers/)
