Loading...

Raygun MCP server connects AI assistants to crash reporting and real user monitoring data, enabling natural language interaction for error investigation and performance analysis.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Raygun MCP server connects AI assistants to crash reporting and real user monitoring data, enabling natural language interaction for error investigation and performance analysis.
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.
Performance is dependent on the Raygun API's response times and the AI assistant's processing capabilities. Large datasets may result in slower response times.
Cost is primarily determined by Raygun's subscription plan and the number of API calls made through the MCP server. Monitor API usage to avoid unexpected charges.
{
"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.
API Key
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.
The level of autonomy depends on the AI assistant's configuration and the permissions granted to the PAT. Exercise caution when using tools that modify data or manage deployments.
Production Tip
Monitor the usage of the MCP server and the AI assistant to identify potential performance bottlenecks or security issues.
A PAT is an API key that grants access to your Raygun data. It should be kept secure and never committed to version control.
Navigate to Raygun's user settings and create a new token, assigning the necessary permissions.
Grant only the minimum necessary permissions required for the AI assistant's use case to minimize the risk of unauthorized access.
The server's security depends on the security of the PAT and the AI assistant. Follow best practices for managing API keys and securing AI assistants.
Yes, some tools allow you to modify error group statuses, add comments, and manage deployments. Exercise caution when using these tools.
Immediately revoke the compromised PAT and generate a new one. Investigate any potential unauthorized access to your Raygun data.
Monitor the API calls made through the server and the AI assistant's activity to identify potential issues or security threats.