MCP.so
Sign In

Raygun MCP Server

@MCP-Mirror

About Raygun MCP Server

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

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.

Comments

More Other MCP servers