
The Sentry MCP Server — Debug Production Errors Without Leaving Your Editor
The Sentry MCP server is Sentry's official tool for connecting AI coding agents to your error tracking data. Instead of switching to the Sentry dashboard, copying stack traces, and pasting them back into your editor, your agent can pull issue details, search events, and even invoke Sentry's AI (Seer) for root cause analysis — all from your IDE. It's first-party. Sentry builds and maintains it at getsentry/sentry-mcp . With 579 GitHub stars and ~17,800 weekly npm downloads, it has real adoption. And the killer feature: a hosted remote server at mcp.sentry.dev with OAuth 2.0 authentication, so there's nothing to install and no long-lived API tokens on disk. This is the first observability tool we've reviewed, and it sets a high bar for what "first-party MCP server" should look like. But at v0.29.0, the rough edges are real. What It Does The server exposes approximately 20 tools across four categories: Navigation & Discovery list_organizations / find_organizations — find orgs you have acc
Continue reading on Dev.to
Opens in a new tab




