Content
1// ── Claude Code ──────────────────────────────────────────────────────────────
2// claude mcp add --transport http sentry https://mcp.sentry.io/mcp
3//
4// ── Claude Desktop (via mcp-remote) ──────────────────────────────────────────
5{
6 "mcpServers": {
7 "sentry": {
8 "command": "npx",
9 "args": ["-y", "mcp-remote", "https://mcp.sentry.io/mcp"]
10 }
11 }
12}
13
14// ── Setup ────────────────────────────────────────────────────────────────────
15// Uses OAuth with your Sentry account. On first use, Claude opens a browser
16// window to authorize access to your Sentry organization.
17//
18// Official docs: https://docs.sentry.io/product/ai/
19//
20// ── Available tools ──────────────────────────────────────────────────────────
21// sentry_list_issues list recent errors in a project
22// sentry_get_issue get full error details and stack trace
23// sentry_search_issues search issues by query
24// sentry_list_projects list all Sentry projects
25// sentry_get_event fetch a specific error event
26// sentry_resolve_issue mark an issue as resolved
27