Sentry
Official
⚙️ Developer Tools
Error tracking and debugging assistant. Retrieve issues, analyze stack traces, search events, get release info, and leverage Sentry's AI-powered root cause analysis.
Tags
Tools (6)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": "your-sentry-access-token-here",
"SENTRY_HOST": "your-sentry-host-here"
}
}
}
}