Skill Detail
Sentry MCP Server
Surface Sentry errors, traces, and performance data inside your AI coding workflow.
Monitoring & AlertsMCP
Monitoring & Alerts
MCP
Published
Security: Moderate
Tool match: sentry-mcp
⭐ 712 GitHub stars
⬇ 84.2k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill sentry-mcp-server
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
MCP-compatible client (Claude Code, Cursor, VS Code), Sentry account with active projects, Node.js (for stdio mode)
Install & setup
npx @sentry/mcp-server@latest –access-token=sentry-user-token
Author
Sentry
Publisher
Company
Last updated
Apr 8, 2026
Quick brief
The Sentry MCP Server is maintained by Sentry and designed for human-in-the-loop coding agents. It acts as middleware to the Sentry API, optimized for development workflows and debugging use cases.
How it works
What this skill actually does
Best for
- Debugging stack traces in Cursor or Claude Code with production error context
- Triaging Sentry issues through conversational commands
- Automated error analysis pipelines with Sentry’s Seer AI root cause analysis
- Accessing release health and performance data from within your agent workflow
Key capabilities
- Issue search and triage: Search across projects, get detailed issue information with stack traces and breadcrumbs
- Seer integration: AI-powered root cause analysis and debugging suggestions
- Performance monitoring: Access trace data and performance metrics
- Release management: View release health, deploy information, and regression data
Install notes
Remote (recommended): Configure your MCP client to connect to https://mcp.sentry.dev/sse and authenticate via OAuth. Local stdio: Run npx @sentry/mcp-server@latest --access-token=YOUR_TOKEN.
Source: github.com/getsentry/sentry-mcp