Raygun MCP Server
Official
by MindscapeHQ
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RAYGUN_PAT_TOKEN | Yes | Your Raygun PAT token | |
SOURCEMAP_ALLOWED_DIRS | No | Comma-separated list of directories allowed for source map operations |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_applications | List all applications under the users account on Raygun |
get_application | Get application by identifier |
get_application_by_api_key | Get application by API key |
regenerate_application_api_key | Regenerate application API key |
list_customers | List customers for an application |
list_deployments | List deployments for an application |
get_deployment | Get deployment by identifier |
delete_deployment | Delete deployment |
update_deployment | Update deployment details |
reprocess_deployment_commits | Reprocess deployment commits |
list_error_groups | List error groups for an application |
get_error_group | Get error group by identifier |
resolve_error_group | Set the status of the error group to resolved |
activate_error_group | Set the status of the error group to active |
ignore_error_group | Set the status of the error group to ignored |
permanently_ignore_error_group | Set the status of the error group to permanently ignored |
list_pages | List pages for an application |
get_page_metrics_time_series | Get time-series metrics for pages |
get_page_metrics_histogram | Get histogram metrics for pages |
get_error_metrics_time_series | Get time-series metrics for errors |
list_sessions | List sessions for an application |
get_session | Get session by identifier |
list_invitations | Returns a list invitations that the token and token owner has access to |
send_invitation | Send an invitation to a user |
get_invitation | Get an invitation by identifier |
revoke_invitation | Revoke a sent invitation |
list_source_maps | Returns a list of source maps for the specified application |
get_source_map | Returns a single source map by identifier |
update_source_map | Update the details of a source map |
delete_source_map | Delete a source map |
upload_source_map | Uploads a source map to the specified application |
delete_all_source_maps | Deletes all source maps |