LogoSTMCP
Download
raygun-mcp-server

Raygun MCP Server

MCP Server for Raygun's API V3 endpoints providing comprehensive access to Crash Reporting and Real User Monitoring applications through the Model Context Protocol.

Tools

1. list_applications

List all applications under your account.

2. get_application

Get application details by identifier.

3. get_application_by_api_key

Get application details by API key.

4. regenerate_application_api_key

Generate a new API key for an application.

5. list_error_groups

List error groups for an application.

6. get_error_group

Get detailed information about an error group.

7. resolve_error_group

Set error group status to resolved.

8. activate_error_group

Set error group status to active.

9. ignore_error_group

Set error group status to ignored.

10. permanently_ignore_error_group

Set error group status to permanently ignored.

11. list_deployments

List deployments for an application.

12. get_deployment

Get deployment details by identifier.

13. delete_deployment

Remove a deployment.

14. update_deployment

Update deployment information.

15. reprocess_deployment_commits

Reprocess deployment commit data.

16. list_customers

List customers for an application.

17. list_sessions

List user sessions for an application.

18. get_session

Get detailed session information.

19. list_pages

List monitored pages for an application.

20. get_page_metrics_time_series

Get time-series performance metrics.

21. get_page_metrics_histogram

Get histogram of performance metrics.

22. get_error_metrics_time_series

Get time-series error metrics.

23. list_source_maps

List source maps for an application.

24. get_source_map

Get source map details.

25. update_source_map

Update source map information.

26. delete_source_map

Remove a source map.

27. upload_source_map

Upload a new source map.

28. delete_all_source_maps

Remove all source maps.

29. list_invitations

List pending team invitations.

30. send_invitation

Send a new team invitation.

31. get_invitation

Get invitation details.

32. revoke_invitation

Revoke a pending invitation.

Open Graph image for Raygun MCP Server

JSON Config

{
  "mcpServers": {
    "raygun": {
      "command": "npx",
      "args": ["-y", "@raygun.io/mcp-server-raygun"],
      "env": {
        "RAYGUN_PAT_TOKEN": "your-pat-token-here"
      }
    }
  }
}

Useful Links

Information