claudekit / tools / sentry
[ MCP · DevOps ]

Sentry

Sentry's official remote MCP server, hosted by Sentry. Pull errors, stack traces, and releases into Claude Code and run Seer root-cause analysis.

getsentry/sentry-mcp ·updated
$ claude mcp add --transport http sentry https://mcp.sentry.dev/mcp copy

Sentry’s official remote MCP server (getsentry/sentry-mcp), hosted by Sentry.

Why it matters

Checking production errors meant opening the Sentry dashboard separately. Connect the Sentry MCP and you can read errors, stack traces, and releases — and move into root-cause analysis — without leaving Claude Code.

What you can do

Representative tasks from Sentry’s official docs:

  • Surface recent errors — “What are the most common errors in the last 24 hours?”
  • Read a stack trace — “Show me the stack trace for error ID abc123.”
  • Correlate errors to a release — “Which deployment introduced these new errors?”
  • Seer root-cause analysis — “Analyze this issue with Seer and propose a fix.”
  • Natural-language event search — “Show me the most recent releases for my organization.”

Grounded in code.claude.com/docs/en/mcp and getsentry/sentry-mcp.

Key features

  • Issues and events — details, stack traces, natural-language search (get_issue_details, search_issues, search_events)
  • Releases, projects, teams, organizations lookup
  • Seer — AI root-cause analysis and autofix (analyze_issue_with_seer)
  • Docs search (search_docs)

Setup

claude mcp add --transport http sentry https://mcp.sentry.dev/mcp

After adding, authenticate via /mcp or claude mcp login sentry.

Notes

  • Remote-hosted — OAuth auth
  • Local (stdio) option — npx @sentry/mcp-server@latest --access-token=... (requires a Sentry User Auth Token)
  • License — FSL-1.1-Apache-2.0 (getsentry/sentry-mcp)
  • A plugin path is also available — claude plugin marketplace add getsentry/sentry-mcp then claude plugin install sentry-mcp@sentry-mcp
§ 6

See also

same category · curated
[01]
[MCP] Cloudflare · Cloudflare's official remote MCP servers, operated by Cloudflare. Search docs, manage Workers bindings, debug logs, and render pages from Claude Code.
tool · claudekit.io / tools / cloudflare
[02]
[MCP] Vercel · Vercel's official remote MCP server, hosted by Vercel. Inspect deployments, read build and runtime logs to find failures, and search the docs from Claude Code.
tool · claudekit.io / tools / vercel
[03]
[Skill] Google Skills · Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
tool · claudekit.io / tools / google-skills
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is the Sentry MCP?
Sentry's official remote MCP server (`getsentry/sentry-mcp`), hosted by Sentry. It lets Claude Code pull errors, stack traces, and releases, and run Seer root-cause analysis.
§ 7.2
Where does it work?
It works in Claude Code and Claude Desktop. It's remote-hosted, with a local stdio option (`npx @sentry/mcp-server`) as well.
§ 7.3
How do I install it?
Run `claude mcp add --transport http sentry https://mcp.sentry.dev/mcp`, then authenticate via `/mcp` or `claude mcp login sentry`.
§ 7.4
What can I do with it?
Surface recent errors, read stack traces, correlate errors to a release, search events in natural language, and run Seer root-cause analysis. For example: "What are the most common errors in the last 24 hours?"
§ 7.5
What's the license?
The server code (`getsentry/sentry-mcp`) is published under FSL-1.1-Apache-2.0. Sentry's own pricing applies separately.