MCP Server for Raygun's API V3 endpoints providing comprehensive access to Crash Reporting and Real User Monitoring applications through the Model Context Protocol.
List all applications under your account.
Get application details by identifier.
Get application details by API key.
Generate a new API key for an application.
List error groups for an application.
Get detailed information about an error group.
Set error group status to resolved.
Set error group status to active.
Set error group status to ignored.
Set error group status to permanently ignored.
List deployments for an application.
Get deployment details by identifier.
Remove a deployment.
Update deployment information.
Reprocess deployment commit data.
List customers for an application.
List user sessions for an application.
Get detailed session information.
List monitored pages for an application.
Get time-series performance metrics.
Get histogram of performance metrics.
Get time-series error metrics.
List source maps for an application.
Get source map details.
Update source map information.
Remove a source map.
Upload a new source map.
Remove all source maps.
List pending team invitations.
Send a new team invitation.
Get invitation details.
Revoke a pending invitation.
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": ["-y", "@raygun.io/mcp-server-raygun"],
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-here"
}
}
}
}