Sponsored by Deepsite.site

Raygun

Created By
a year ago
Interact with your crash reporting and real using monitoring data on your Raygun account
Content

# Raygun MCP Server

MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. This server provides comprehensive access to Raygun's API features through the Model Context Protocol.

Features

Tools

Applications

  • `list_applications` - List all applications under your account
  • `get_application` - Get application details by identifier
  • `get_application_by_api_key` - Get application details by API key
  • `regenerate_application_api_key` - Generate a new API key for an application

Error Management

  • `list_error_groups` - List error groups for an application
  • `get_error_group` - Get detailed information about an error group
  • `resolve_error_group` - Set error group status to resolved
  • `activate_error_group` - Set error group status to active
  • `ignore_error_group` - Set error group status to ignored
  • `permanently_ignore_error_group` - Set error group status to permanently ignored

Deployment Management

  • `list_deployments` - List deployments for an application
  • `get_deployment` - Get deployment details by identifier
  • `delete_deployment` - Remove a deployment
  • `update_deployment` - Update deployment information
  • `reprocess_deployment_commits` - Reprocess deployment commit data

User & Session Management

  • `list_customers` - List customers for an application
  • `list_sessions` - List user sessions for an application
  • `get_session` - Get detailed session information

Performance Monitoring

  • `list_pages` - List monitored pages for an application
  • `get_page_metrics_time_series` - Get time-series performance metrics
  • `get_page_metrics_histogram` - Get histogram of performance metrics
  • `get_error_metrics_time_series` - Get time-series error metrics

Source Maps

  • `list_source_maps` - List source maps for an application
  • `get_source_map` - Get source map details
  • `update_source_map` - Update source map information
  • `delete_source_map` - Remove a source map
  • `upload_source_map` - Upload a new source map
  • `delete_all_source_maps` - Remove all source maps

Team Management

  • `list_invitations` - List pending team invitations
  • `send_invitation` - Send a new team invitation
  • `get_invitation` - Get invitation details
  • `revoke_invitation` - Revoke a pending invitation

Configuration

The server requires the following environment variables:

Usage with Claude Desktop

Add to your `claude_desktop_config.json`:

```json { "mcpServers": { "raygun": { "command": "npx", "args": ["-y", "@raygun.io/mcp-server-raygun"], "env": { "RAYGUN_PAT_TOKEN": "your-pat-token-here" } } } } ```

Development

Install dependencies: ```bash npm install ```

Build the server: ```bash npm run build ```

For development with auto-rebuild: ```bash npm run watch ```

Installation

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json` On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

```json { "mcpServers": { "raygun": { "command": "/path/to/server-raygun/build/index.js", "env": { "RAYGUN_PAT_TOKEN": "your-pat-token-ken" } } } } ```

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:

```bash npm run inspector ```

The Inspector will provide a URL to access debugging tools in your browser.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tavily Mcp
CursorThe AI Code Editor
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.