Loading...
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}applications_listLists all applications in your Raygun account.
Read-only operation, no modification of data.
error_groups_listLists error groups within a specified application.
Read-only operation, no modification of data.
error_group_investigateRetrieves complete details about a specific error group.
Read-only operation, no modification of data.
error_group_update_statusChanges the status of an error group (resolve, ignore, activate).
Modifies the state of an error group, but doesn't delete data.
error_group_add_commentAdds investigation notes to a specific error group.
Adds data, but doesn't modify core error information.
deployments_listLists deployments for a specified application.
Read-only operation, no modification of data.
deployment_createCreates a new deployment record in Raygun.
Adds a new deployment record, but doesn't impact existing data.
deployment_manageUpdates or deletes a deployment record.
Allows modification or removal of deployment records.
customers_listLists customers associated with an application.
Read-only operation, no modification of data.
customer_investigateRetrieves detailed information about a specific customer.
Read-only operation, no modification of data.
metrics_website_performance_analyzeAnalyzes website performance trends over time.
Read-only operation, no modification of data.
invitations_manageLists and reviews team invitations.
Read-only operation, no modification of data.
invitation_sendSends a new team invitation.
Sends an invitation, but doesn't directly modify existing user data.
invitation_revokeCancels a pending team invitation.
Revokes access, but doesn't delete user accounts.
application_regenerate_api_keyGenerates a new API key for an application.
Regenerating an API key can disrupt existing integrations if not handled carefully.
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.