McpMux
Back to Registry

Raygun (npx) MCP Server

Community

Contributed by Raygun

Query and manage Raygun error groups, applications, deployments, and user sessions for error monitoring and crash reporting.

About the Raygun (npx) MCP Server

The Raygun (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and manage Raygun error groups, applications, deployments, and user sessions for error monitoring and crash reporting. This is a community-contributed MCP server by Raygun.

Install the Raygun (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@raygun.io/mcp-server-raygun"
  ],
  "env": {
    "RAYGUN_PAT_TOKEN": "${input:RAYGUN_PAT_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "RAYGUN_PAT_TOKEN",
        "label": "Raygun Personal Access Token",
        "description": "Personal Access Token for the Raygun API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.raygun.com/user",
          "instructions": "1. Log in to app.raygun.com\n2. Go to My Settings (click your profile)\n3. Scroll to Personal Access Tokens section\n4. Click 'Create new PAT'\n5. Copy the generated token",
          "button_label": "Get PAT Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

raygunerrorsmonitoringcrash-reportingdebuggingobservability

Supported AI Clients

The Raygun (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Raygun (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.