Add to Claude Code
199 addsAdd this MCP server to Claude Code.
Name: Sentry MCP
Merge into: ~/.claude/mcp.json under mcpServers
---
// ── Claude Code ──────────────────────────────────────────────────────────────
// claude mcp add --transport http sentry https://mcp.sentry.io/mcp
//
// ── Claude Desktop (via mcp-remote) ──────────────────────────────────────────
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.sentry.io/mcp"]
}
}
}
// ── Setup ────────────────────────────────────────────────────────────────────
// Uses OAuth with your Sentry account. On first use, Claude opens a browser
// window to authorize access to your Sentry organization.
//
// Official docs: https://docs.sentry.io/product/ai/
//
// ── Available tools ──────────────────────────────────────────────────────────
// sentry_list_issues list recent errors in a project
// sentry_get_issue get full error details and stack trace
// sentry_search_issues search issues by query
// sentry_list_projects list all Sentry projects
// sentry_get_event fetch a specific error event
// sentry_resolve_issue mark an issue as resolved
Paste into Claude Code to connect this MCP server.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will connect the MCP server in your settings.
Target: .claude/mcp.json → mcpServers