Sentry
ECOSYSTEM REFERENCEAUTH REQUIREDMITSource: @getsentry· community reference
Give your AI agent access to Sentry error reports, issue details, and stack traces so it can help diagnose and fix bugs faster.
Requires a Sentry Auth Token with org:read and project:read scopes. Generate one from Sentry → Settings → Auth Tokens.
Setup Guide
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
],
"env": {
"SENTRY_AUTH_TOKEN": "sntrys_yourAuthTokenHere",
"SENTRY_ORGANIZATION": "your-org-slug",
"SENTRY_PROJECT": "your-project-slug"
}
}
}
}Tools
sentry_get_issue
Retrieve full details of a Sentry issue including stack trace and event data.
sentry_list_issues
List recent Sentry issues for a project with filtering by status or assignee.
sentry_get_project
Get configuration and metadata for a Sentry project.
sentry_list_projects
List all Sentry projects in your organization.
sentry_resolve_issue
Mark a Sentry issue as resolved.
sentry_get_event
Get raw event payload for a specific Sentry event ID.
Compatibility
About
Overview
The Sentry MCP server brings real-time error intelligence into your AI workflow. When your application throws an exception and Sentry captures it, your AI can now retrieve the full stack trace, examine the event payload, and help you pinpoint the root cause — all within your editor or Claude session.
This dramatically accelerates the debug loop. Instead of toggling between Sentry's dashboard and your IDE, you can ask your AI to analyze the error, suggest a fix, and even open a GitHub issue — without switching windows.
Getting Your Sentry Auth Token
- Log in to sentry.io and navigate to Settings → Auth Tokens.
- Click Create New Token.
- Select the following scopes:
org:read,project:read,issue:read,event:read. - Click Create Token and copy the value (starts with
sntrys_).
Your organization slug is the subdomain of your Sentry URL: https://your-org-slug.sentry.io.
Your project slug appears in the URL when you're viewing a project's issues page.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
Platform status
Monitoring intent maps to uptime and health verification.
Security and trust
Reliability intent often overlaps with trust requirements.
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: postgres
Maps this community reference to install-ready hosted listing.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install sentry
AgenticMarket