Raygun MCP Server
by MindscapeHQ
The Raygun MCP Server provides comprehensive access to Raygun's API V3 features through the Model Context Protocol, enabling interaction with Crash Reporting and Real User Monitoring applications. It allows users to manage applications, errors, deployments, users, sessions, performance, source maps, and team invitations.
Last updated: N/A
What is Raygun MCP Server?
The Raygun MCP Server acts as a bridge between Raygun's API V3 endpoints and applications using the Model Context Protocol (MCP). It provides a structured interface for interacting with Raygun's features, such as managing applications, handling errors, tracking deployments, and monitoring user sessions and performance.
How to use Raygun MCP Server?
To use the server, configure it within your application (e.g., Claude Desktop) by specifying the command to run the server and setting the required RAYGUN_PAT_TOKEN
environment variable. The server then exposes various functions that can be called to interact with Raygun's API, such as listing applications, retrieving error group details, or uploading source maps.
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 deployments)
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 error tracking workflows within an application.
Integrating Raygun data into custom dashboards and reporting systems.
Managing deployments and tracking their impact on application performance.
Programmatically managing source maps for improved error debugging.
Streamlining team invitation and management processes.
FAQ from Raygun MCP Server
What is a Raygun PAT token?
What is a Raygun PAT token?
A Raygun PAT (Personal Access Token) is a credential used to authenticate with the Raygun API. It allows the MCP server to access your Raygun data and perform actions on your behalf.
How do I get a Raygun PAT token?
How do I get a Raygun PAT token?
You can obtain a PAT token from the Raygun platform. Refer to the Raygun documentation for instructions on how to generate a PAT token.
What is the purpose of the SOURCEMAP_ALLOWED_DIRS environment variable?
What is the purpose of the SOURCEMAP_ALLOWED_DIRS environment variable?
The SOURCEMAP_ALLOWED_DIRS
environment variable restricts source map operations to specific directories, enhancing security by preventing unauthorized access to source code.
How do I debug the MCP server?
How do I debug the MCP server?
The recommended approach is to use the MCP Inspector, which provides a web-based interface for inspecting and debugging MCP server communication.
Can I use this server with other applications besides Claude Desktop?
Can I use this server with other applications besides Claude Desktop?
Yes, the server can be used with any application that supports the Model Context Protocol (MCP). You'll need to configure the application to communicate with the server using MCP.