
Raygun MCP ServerOfficial
MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. This server provides comprehensive access to Raygun's API features through the Model Context Protocol.
MindscapeHQ
Tools
get_application
Get application by identifier
activate_error_group
Set the status of the error group to active
list_applications
List all applications under the users account on Raygun
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
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
README
Raygun MCP Server
MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. This server provides comprehensive access to Raygun's API features through the Model Context Protocol.
Features
Tools
Applications
list_applications
- List all applications under your accountget_application
- Get application details by identifierget_application_by_api_key
- Get application details by API keyregenerate_application_api_key
- Generate a new API key for an application
Error Management
list_error_groups
- List error groups for an applicationget_error_group
- Get detailed information about an error groupresolve_error_group
- Set error group status to resolvedactivate_error_group
- Set error group status to activeignore_error_group
- Set error group status to ignoredpermanently_ignore_error_group
- Set error group status to permanently ignored
Deployment Management
list_deployments
- List deployments for an applicationget_deployment
- Get deployment details by identifierdelete_deployment
- Remove a deploymentupdate_deployment
- Update deployment informationreprocess_deployment_commits
- Reprocess deployment commit data
User & Session Management
list_customers
- List customers for an applicationlist_sessions
- List user sessions for an applicationget_session
- Get detailed session information
Performance Monitoring
list_pages
- List monitored pages for an applicationget_page_metrics_time_series
- Get time-series performance metricsget_page_metrics_histogram
- Get histogram of performance metricsget_error_metrics_time_series
- Get time-series error metrics
Source Maps
list_source_maps
- List source maps for an applicationget_source_map
- Get source map detailsupdate_source_map
- Update source map informationdelete_source_map
- Remove a source mapupload_source_map
- Upload a new source mapdelete_all_source_maps
- Remove all source maps
Team Management
list_invitations
- List pending team invitationssend_invitation
- Send a new team invitationget_invitation
- Get invitation detailsrevoke_invitation
- Revoke a pending invitation
Configuration
The server requires the following environment variables:
RAYGUN_PAT_TOKEN
(required): Your Raygun PAT tokenSOURCEMAP_ALLOWED_DIRS
(optional): Comma-separated list of directories allowed for source map operations
Usage with Claude Desktop
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": ["-y", "@raygun.io/mcp-server-raygun"],
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-here"
}
}
}
}
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"raygun": {
"command": "/path/to/server-raygun/build/index.js",
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-ken"
}
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Recommended Servers
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor
Google Search Console MCP Server
A server that provides access to Google Search Console data through the Model Context Protocol, allowing users to retrieve and analyze search analytics data with customizable dimensions and reporting periods.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.
mcp-server-datadog
The MCP server provides an interface to the Datadog API, enabling seamless management of incidents, monitoring, logs, dashboards, metrics, traces, and hosts. Its extensible design allows easy integration of additional Datadog APIs for future expansions.

PostHog MCP Server
A Model Context Protocol server that enables Claude Desktop users to interact directly with PostHog, allowing them to view projects and create annotations through natural language commands.
metoro-mcp-server
Query and interact with kubernetes environments monitored by Metoro. Look at APM, metrics, traces, profiling information with LLMs.

systemd-coredump MCP Server
Enables MCP-capable applications to access, manage, and analyze system core dumps through integration with systemd-coredump functionality.

SQLite MCP Server
Enables querying log data stored in SQLite databases through the Model Context Protocol, allowing natural language interactions with log analysis.

Airbyte Status Checker
An MCP server for Claude Desktop that allows users to check the status of their Airbyte connections.

MCP Variance Log
Agentic tool that looks for statistical variations in conversation structure and logs unusual events to a SQLite database. Built using the Model Context Protocol (MCP), this system is designed to be used with Claude Desktop or other MCP-compatible clients.