Raygun MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAYGUN_PAT_TOKENYesYour Raygun PAT token
SOURCEMAP_ALLOWED_DIRSNoComma-separated list of directories allowed for source map operations

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_applicationsList all applications under the users account on Raygun
get_applicationGet application by identifier
get_application_by_api_keyGet application by API key
regenerate_application_api_keyRegenerate application API key
list_customersList customers for an application
list_deploymentsList deployments for an application
get_deploymentGet deployment by identifier
delete_deploymentDelete deployment
update_deploymentUpdate deployment details
reprocess_deployment_commitsReprocess deployment commits
list_error_groupsList error groups for an application
get_error_groupGet error group by identifier
resolve_error_groupSet the status of the error group to resolved
activate_error_groupSet the status of the error group to active
ignore_error_groupSet the status of the error group to ignored
permanently_ignore_error_groupSet the status of the error group to permanently ignored
list_pagesList pages for an application
get_page_metrics_time_seriesGet time-series metrics for pages
get_page_metrics_histogramGet histogram metrics for pages
get_error_metrics_time_seriesGet time-series metrics for errors
list_sessionsList sessions for an application
get_sessionGet session by identifier
list_invitationsReturns a list invitations that the token and token owner has access to
send_invitationSend an invitation to a user
get_invitationGet an invitation by identifier
revoke_invitationRevoke a sent invitation
list_source_mapsReturns a list of source maps for the specified application
get_source_mapReturns a single source map by identifier
update_source_mapUpdate the details of a source map
delete_source_mapDelete a source map
upload_source_mapUploads a source map to the specified application
delete_all_source_mapsDeletes all source maps