Back to MCP Directory
Raygun
Model Context Protocol moderate risk

Raygun

Raygun MCP server connects AI assistants to crash reporting and real user monitoring data, enabling natural language interaction for error investigation and performance analysis.

Connections & Capabilities

Connects To

GitHub

Capabilities

readwrite

Quickstart

Config

{
  "mcpServers": {
    "Raygun": {
      "url": "https://api.raygun.com/v3/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_TOKEN"
      }
    }
  }
}

Exposed MCP Tools (15)

safe
applications_list

Lists all applications in your Raygun account.

Read-only operation, no modification of data.

safe
error_groups_list

Lists error groups within a specified application.

Read-only operation, no modification of data.

safe
error_group_investigate

Retrieves complete details about a specific error group.

Read-only operation, no modification of data.

moderate
error_group_update_status

Changes the status of an error group (resolve, ignore, activate).

Modifies the state of an error group, but doesn't delete data.

moderate
error_group_add_comment

Adds investigation notes to a specific error group.

Adds data, but doesn't modify core error information.

safe
deployments_list

Lists deployments for a specified application.

Read-only operation, no modification of data.

moderate
deployment_create

Creates a new deployment record in Raygun.

Adds a new deployment record, but doesn't impact existing data.

high
deployment_manage

Updates or deletes a deployment record.

Allows modification or removal of deployment records.

safe
customers_list

Lists customers associated with an application.

Read-only operation, no modification of data.

safe
customer_investigate

Retrieves detailed information about a specific customer.

Read-only operation, no modification of data.

safe
metrics_website_performance_analyze

Analyzes website performance trends over time.

Read-only operation, no modification of data.

safe
invitations_manage

Lists and reviews team invitations.

Read-only operation, no modification of data.

moderate
invitation_send

Sends a new team invitation.

Sends an invitation, but doesn't directly modify existing user data.

moderate
invitation_revoke

Cancels a pending team invitation.

Revokes access, but doesn't delete user accounts.

high
application_regenerate_api_key

Generates a new API key for an application.

Regenerating an API key can disrupt existing integrations if not handled carefully.

Safety Assessment

The Raygun MCP server is relatively safe for read-only operations. The risk increases when using tools that modify error group statuses or manage deployments. Securely managing the PAT is crucial to prevent unauthorized access.

  • Requires a Raygun Personal Access Token (PAT) for authentication.
  • Most tools are read-only, focused on data retrieval and analysis.
  • No direct code execution or system-level access.
  • Clear separation of concerns with dedicated tools for specific tasks.
  • Some tools allow modification of error group status and adding comments.
  • PATs, if compromised, could allow unauthorized data access and modification.
  • Reliance on Raygun's API security; vulnerabilities there could impact the MCP server.
  • Potential for information disclosure if AI assistant is compromised.