Sentry
Debug production errors with issues, events, traces, and Seer root-cause analysis in your agent.
Add Sentry to your agent
Remote OAuth server at mcp.sentry.dev. Complete the browser auth flow when Cursor connects. Self-hosted Sentry can use the stdio server from getsentry/sentry-mcp instead.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/mcp"
}
}
}
Add this block under mcpServers, then restart Cursor.