CClaude Code Catalog
All MCP Servers

Sentry MCP Server

MonitoringIntermediateTransport: stdio

The Sentry MCP Server integrates Sentry's error monitoring platform with Claude Code, allowing you to investigate production issues without leaving your development environment. Browse recent errors, view stack traces, inspect breadcrumbs and context data, and correlate errors with recent deployments. Claude can analyze error patterns, suggest fixes based on stack traces, and help you triage issues by frequency and impact. Supports filtering by project, environment, and time range.

sentryerror-trackingmonitoringdebuggingobservability

Installation

claude mcp add sentry -- npx -y @sentry/mcp-server

Configuration Example

{ "mcpServers": { "sentry": { "command": "npx", "args": ["-y", "@sentry/mcp-server"], "env": { "SENTRY_AUTH_TOKEN": "sntrys_your_auth_token", "SENTRY_ORG": "my-organization" } } } }

Capabilities

List issues
Get error details
Search events
Resolve issues
View stacktraces
Create alerts
Manage projects
Delete events

Terminal Preview

Sentry MCP Server

About Sentry MCP Server

MCP (Model Context Protocol) servers connect Claude Code to external tools, APIs, and data sources. Sentry MCP Server is a Monitoring MCP server for Intermediate-level users that enables Claude to interact with real-world services, giving it access to live data and the ability to perform actions beyond its built-in capabilities.