mcp-server-raygun

The Raygun MCP Server repository provides access to Raygun's API V3 endpoints for Crash Reporting and Real User Monitoring, offering tools for managing applications, errors, deployments, users, performance, and source maps.

10
4

Raygun MCP Server

This MCP Server facilitates interaction with Raygun's API V3 endpoints, enabling access to Crash Reporting and Real User Monitoring features through the Model Context Protocol.

Features

Tools

The server offers tools for managing various aspects of Raygun, including:

  • Applications: Listing, retrieving details (by ID or API key), and regenerating API keys.
  • Error Management: Listing, retrieving, resolving, activating, ignoring, and permanently ignoring error groups.
  • Deployment Management: Listing, retrieving, updating, deleting deployments, and reprocessing commit data.
  • User & Session Management: Listing customers and sessions, and retrieving session details.
  • Performance Monitoring: Listing pages, and retrieving time-series and histogram performance metrics, and time-series error metrics.
  • Source Maps: Listing, retrieving, updating, deleting, uploading source maps, and deleting all source maps.
  • Team Management: Listing, sending, retrieving, and revoking team invitations.

Configuration

The server requires the RAYGUN_PAT_TOKEN environment variable (your Raygun PAT token) and optionally accepts SOURCEMAP_ALLOWED_DIRS (comma-separated list of allowed directories for source map operations).

Usage with Claude Desktop

Configuration details are provided for integrating the server with Claude Desktop, including example claude_desktop_config.json snippets.

Development

Instructions are provided for installing dependencies (npm install), building the server (npm run build), and running the server in development mode with auto-rebuild (npm run watch).

Installation

Details are provided for adding the server configuration to Claude Desktop on MacOS and Windows.

Debugging

The README recommends using the MCP Inspector for debugging, accessible via npm run inspector.

Repository

MI
MindscapeHQ

MindscapeHQ/mcp-server-raygun

Created

November 28, 2024

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools