Raygun MCP Server
by MCP-Mirror
The Raygun MCP Server provides comprehensive access to Raygun's API features through the Model Context Protocol, enabling interaction with Crash Reporting and Real User Monitoring applications. It allows you to manage applications, errors, deployments, users, sessions, performance, source maps, and teams within your Raygun account.
Last updated: N/A
What is Raygun MCP Server?
The Raygun MCP Server is a Model Context Protocol (MCP) server designed to interact with Raygun's API V3 endpoints. It allows you to manage and monitor your applications, errors, deployments, users, sessions, performance, source maps, and team invitations within your Raygun account.
How to use Raygun MCP Server?
To use the server, you need to configure it with your Raygun PAT token. You can then integrate it with applications like Claude Desktop by adding the server configuration to the appropriate configuration file, specifying the command to run the server and the necessary environment variables.
Key features of Raygun MCP Server
Application Management (list, get, regenerate API key)
Error Management (list, get, resolve, ignore error groups)
Deployment Management (list, get, delete, update, reprocess commits)
User & Session Management (list customers, list sessions, get session details)
Performance Monitoring (list pages, get performance metrics)
Source Map Management (list, get, update, delete, upload source maps)
Team Management (list, send, get, revoke invitations)
Use cases of Raygun MCP Server
Automating Raygun API interactions within applications.
Integrating Raygun data and functionality into custom workflows.
Managing Raygun resources programmatically.
Debugging MCP server interactions using the MCP Inspector.
FAQ from Raygun MCP Server
What is a Raygun PAT token?
What is a Raygun PAT token?
A Raygun PAT token is a Personal Access Token used to authenticate with the Raygun API.
How do I get a Raygun PAT token?
How do I get a Raygun PAT token?
You can generate a PAT token from your Raygun account settings.
What is the purpose of SOURCEMAP_ALLOWED_DIRS?
What is the purpose of SOURCEMAP_ALLOWED_DIRS?
SOURCEMAP_ALLOWED_DIRS specifies a comma-separated list of directories allowed for source map operations, enhancing security.
How do I debug the MCP server?
How do I debug the MCP server?
Use the MCP Inspector, which provides debugging tools in your browser.
Where can I find the claude_desktop_config.json file?
Where can I find the claude_desktop_config.json file?
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%/Claude/claude_desktop_config.json