Access crash reporting and real user monitoring data from Raygun
The Raygun MCP Server connects your AI assistant to Raygun's crash reporting and real user monitoring platform. Query error groups, inspect crash details, analyze performance data, and investigate user session recordings.
Built by Raygun, this server provides access to your application's error data, performance metrics, and user monitoring insights. It supports querying error groups, viewing individual crash instances, and analyzing real user monitoring data.
Useful for developers and SRE teams who want AI-assisted error investigation, performance analysis, and user experience insights from their Raygun dashboards.
Add this to your MCP configuration file:
{
"mcpServers": {
"raygun": {
"env": {
"RAYGUN_PAT_TOKEN": "<your-token>"
},
"args": [
"-y",
"@anthropic-ai/mcp-server-raygun"
],
"command": "npx"
}
}
}Be the first to review this server!