Quick Use
Add the following to .mcp.json:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": { "SENTRY_AUTH_TOKEN": "sntrys_your-token", "SENTRY_ORG": "your-org" }
}
}
}Intro
Sentry MCP is an MCP server that connects AI agents to Sentry error monitoring, with 2,000+ GitHub stars. Query errors, analyze stack traces, and track regressions. Agents can read error context from Sentry, then find and fix bugs in the code.
Source & Thanks
Created by Sentry. Licensed under MIT.
sentry-mcp — ⭐ 2,000+