MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Sentry MCP Server

Spec Support Unverified First-party Confidence: Good (0.85)

Sentry MCP Server is an MCP server published by Sentry; its MCP spec-revision support has not been verified yet. It is the first-party server from Sentry. Last verified 2026-08-07.

Does Sentry MCP Server support the current MCP specification (2026-07-28)?

Undetermined. We have not verified which MCP specification revision Sentry MCP Server supports (as of 2026-08-07).

Is Sentry MCP Server a first-party (official) MCP server?

Yes. Sentry MCP Server is the first-party MCP server published by Sentry (last verified 2026-08-07).

How do I connect to Sentry MCP Server?

Sentry MCP Server is available via a hosted remote endpoint at https://mcp.sentry.dev/mcp, the package npm:@sentry/mcp-server, the official MCP Registry under io.github.getsentry/sentry-mcp, the source repository at https://github.com/getsentry/sentry-mcp. Authentication: oauth. Transports: streamable-http, stdio.

When were Sentry MCP Server's facts last verified?

2026-08-07. Each fact on this page links to the sources used to verify it.

The Sentry MCP Server is Sentry's first-party server for its error monitoring and issue-tracking data. The README frames it as middleware to the upstream Sentry API, aimed at coding assistants, and built on Cloudflare's remote-MCP pattern. The primary deployment is hosted at https://mcp.sentry.dev; a local stdio transport is documented as a work in progress for self-hosted Sentry installs, authorized with a Sentry user auth token.

Authorization on the hosted endpoint is OAuth, confirmed first-hand: a 2026-08-07 probe of https://mcp.sentry.dev/mcp returned HTTP 401 with a Bearer challenge and an RFC 9728 resource_metadata URL. The capability set is not observable without credentials.

Authority is verifiable from the GitHub-verified getsentry organization and the repository's own homepage field pointing at mcp.sentry.dev. No surface names a supported MCP specification revision; spec_status is unknown. The official MCP Registry record describes 0.25.0 from December 2025, while npm's latest is 0.37.0.

How widely adopted is Sentry MCP Server?

Ranked #21 in The MCP 500 with Adoption Index 80.37 (snapshot , methodology v1).

Measurement Value Source
Official MCP Registry yes API ·
npm downloads (weekly) 101,234 API ·
GitHub stars 818 API ·
GitHub forks 137 API ·
Last push 2026-08-15T00:24:25Z API ·
Repository archived no API ·

How was this verified, and what are the sources?

Verified · method: endpoint-probe · confidence 0.85 (Good).

  1. Official MCP Registry record io.github.getsentry/sentry-mcp version 0.25.0 (published 2025-12-17) - npm package @sentry/mcp-server, stdio transport; npm's latest is 0.37.0, ahead of the record - accessed
  2. getsentry/sentry-mcp README - "This remote MCP server acts as middleware to the upstream Sentry API, optimized for coding assistants"; hosted at https://mcp.sentry.dev, based on Cloudflare's remote-MCP work; a stdio transport is documented as a work in progress needing a Sentry user auth token for self-hosted installs; homepage field mcp.sentry.dev - accessed
  3. Endpoint probe of https://mcp.sentry.dev/mcp - HTTP 401 with a Bearer WWW-Authenticate challenge carrying realm="OAuth" and an RFC 9728 resource_metadata URL; OAuth requirement confirmed first-hand, capability set not observable without credentials - accessed