ClaudeMap

Sentry MCP Server

Official Sentry MCP server for error monitoring, issue triage, and release health.

MCP Serversofficialmonitoringerrorsdevtools

Lets Claude query Sentry issues, view stack traces, update issue status, and inspect release health data. Hosted at mcp.sentry.dev for cloud customers.

What it does

  • Official Sentry MCP server — fetch issues, view stack traces, update issue status, and check release health
  • Cloud users can use the hosted mcp.sentry.dev endpoint
  • Maintained by Sentry

When to use it

Hand Claude a stack trace and let it pull the matching Sentry issue, read the breadcrumbs, and propose a fix with full production context — a natural debugging partner.

Getting started

npx -y @sentry/mcp-server@latest

Or add the hosted endpoint https://mcp.sentry.dev for cloud accounts.

Things to know

Requires a Sentry auth token with issue-read scope; exposing production error data to an agent is a security surface. Use a least-privilege token and an org-scoped integration.

Repository

getsentry/sentry-mcp

Charted

Related on the map

  • Exa MCP

    MCP Server

    Exa's official MCP server — live web search, crawling, and deep research wired into Claude.

    • official
    • search
    • web
    • mcp
  • Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.

    • official
    • chrome
    • debugging
    • browser
  • Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.

    • deploy
    • vercel
    • serverless
    • edge