Raygun MCP Server
@MCP-Mirror
About Raygun MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": [
"-y",
"@raygun.io/mcp-server-raygun"
],
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Raygun MCP Server?
MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. It provides comprehensive access to Raygun's API features through the Model Context Protocol.
How to use Raygun MCP Server?
Set the required RAYGUN_PAT_TOKEN environment variable (and optional SOURCEMAP_ALLOWED_DIRS). Add the server configuration to your claude_desktop_config.json file, either using npx with the package @raygun.io/mcp-server-raygun or pointing to a local build of the server.
Key features of Raygun MCP Server
- List and manage applications and API keys
- Manage error groups (resolve, activate, ignore)
- Handle deployments and reprocess commit data
- Monitor user sessions and customer data
- Retrieve performance metrics and histograms
- Upload, update, and delete source maps
- Manage team invitations
Use cases of Raygun MCP Server
- Automate error group resolution workflows via AI assistants
- Integrate deployment management into CI/CD pipelines
- Analyze real‑user monitoring performance metrics programmatically
- Manage source map uploads for error stack trace deobfuscation
- Send team invitations and manage pending invitations
FAQ from Raygun MCP Server
What authentication is required?
The server requires a Raygun PAT token set in the RAYGUN_PAT_TOKEN environment variable.
What optional configuration is available?
You can set SOURCEMAP_ALLOWED_DIRS as a comma‑separated list of directories allowed for source map operations.
How do I use the server with Claude Desktop?
Add the server configuration to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS, %APPDATA%/Claude/ on Windows). Use either npx -y @raygun.io/mcp-server-raygun or a local build path.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools.
What transport does the server use?
The server communicates over stdio, as is standard for MCP servers.
More Other MCP servers
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments