Query issues, events, and alerts in Sentry from MCP clients.
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sentry"],
"env": {
"SENTRY_AUTH_TOKEN": "your_sentry_auth_token"
}
}
}
}
Copy this configuration and paste it into your claude_desktop_config.json or Cursor settings.
Official reference server for Sentry observability and incident triage workflows.
Security: Create a token with only the scopes your workflow needs.
Setup: Replace your_sentry_auth_token in the config above.