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.
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.
The server offers tools for managing various aspects of Raygun, including:
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).
Configuration details are provided for integrating the server with Claude Desktop, including example claude_desktop_config.json
snippets.
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
).
Details are provided for adding the server configuration to Claude Desktop on MacOS and Windows.
The README recommends using the MCP Inspector for debugging, accessible via npm run inspector
.
MindscapeHQ/mcp-server-raygun
November 28, 2024
March 28, 2025
TypeScript