Raygun

Raygun

Official
mindscapehq

Connects AI assistants to Raygun's crash reporting and performance monitoring data through natural language queries. Lets you investigate errors, track deployments, and analyze performance metrics without switching contexts.

Monitor crash reports and performance metrics for application stability.

19318 views14Local (stdio)

What it does

  • Query crash reports and error details
  • Analyze performance metrics and page load times
  • Track deployment releases and correlate with errors
  • Monitor user sessions and behavior patterns
  • Generate time-series analytics for errors
  • Manage team invitations and collaboration

Best for

Development teams debugging application issuesDevOps engineers monitoring deployment impactsProduct managers analyzing user experience metricsSupport teams investigating customer-reported problems
Remote — zero setup requiredNatural language queries for crash dataFull stack traces and error context

About Raygun

Raygun is an official MCP server published by mindscapehq that provides AI assistants with tools and capabilities via the Model Context Protocol. Monitor crash reports and performance metrics with Raygun, a cloud based network monitoring tool for optimal application It is categorized under developer tools.

How to install

You can install Raygun in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Raygun is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

🔭 Raygun MCP Server

Access your crash reporting data in Raygun with AI assistants

MCP API Status Docs

A remote Model Context Protocol (MCP) server that connects AI assistants to your crash reporting and real user monitoring data in Raygun through natural language conversations.

📚 Tool Reference🚀 Quick Start🔑 Get API Token


✨ Key Features

  • 🐛 Error Management - Investigate, resolve, and track application errors and crashes with full stack traces and context
  • 🚀 Deployment Tracking - Monitor releases and correlate errors with deployments to identify problematic changes
  • Performance Insights - Analyze page load times, user metrics, and performance trends over time
  • 👥 User Monitoring - Track customer sessions, behavior patterns, and identify affected users
  • 🤝 Team Collaboration - Manage invitations and coordinate error resolution across your team
  • 📊 Metrics & Analytics - Time-series analysis and distribution histograms for errors and performance

📋 Requirements

🚀 Getting Started

The Raygun MCP server is hosted remotely at https://api.raygun.com/v3/mcp.

💡 Tip: Choose your AI assistant below and follow the configuration instructions. Don't forget to replace YOUR_PAT_TOKEN with your actual Raygun Personal Access Token!

Amp

Guide: Amp MCP Documentation

amp mcp add raygun --header "Authorization=Bearer YOUR_PAT_TOKEN" https://api.raygun.com/v3/mcp
Claude Code

Guide: Claude Code MCP Documentation

claude mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"
Cline

Guide: Cline MCP Documentation

Use https://api.raygun.com/v3/mcp and your PAT token

Codex

Guide: Codex MCP Documentation

[mcp_servers.raygun]
command = "npx"
args = ["mcp-remote", "https://api.raygun.com/v3/mcp", "--header", "Authorization: Bearer YOUR_PAT_TOKEN"]
Cursor

Go to Cursor SettingsMCPNew MCP Server

{
  "mcpServers": {
    "Raygun": {
      "url": "https://api.raygun.com/v3/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_TOKEN"
      }
    }
  }
}
Gemini CLI
gemini mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"
JetBrains AI Assistant

Guide: JetBrains AI Assistant MCP Documentation

{
  "mcpServers": {
    "Raygun": {
      "url": "https://api.raygun.com/v3/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_TOKEN"
      }
    }
  }
}
VS Code

Guide: VS Code MCP Servers

{
  "servers": {
    "raygun": {
      "url": "https://api.raygun.com/v3/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_TOKEN"
      }
    }
  }
}
Zed

Guide: Zed MCP Documentation

{
  "context_servers": {
    "raygun": {
      "source": "custom",
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.raygun.com/v3/mcp",
        "--header",
        "Authorization: Bearer YOUR_PAT_TOKEN"
      ],
      "env": {}
    }
  }
}

💬 Your First Prompt

After configuration, try asking your AI assistant:

🔍 "Show me the most recent error groups in my Raygun applications"
🚀 "What were the latest deployments and did they introduce any new errors?"
📊 "Analyze the performance trends for my top pages over the last 7 days"

🛠️ Tools

The Raygun MCP server provides the following categories of tools:

📱 Applications
  • applications_list - List all applications in your Raygun account
  • applications_search - Search for applications by name
  • application_get_details - Get detailed application information
  • application_regenerate_api_key - Generate a new API key for an application
🐛 Error Management
  • error_groups_list - List error groups within an application
  • error_group_investigate - Get complete details about a specific error group
  • error_group_update_status - Change error group status (resolve, ignore, activate)
  • error_group_add_comment - Add investigation notes to an error group
  • error_instances_browse - Browse individual error occurrences
  • error_instance_get_details - Get full stack trace and context for an error instance
🚀 Deployments
  • deployments_list - List deployments for an application
  • deployment_create - Create a new deployment record
  • deployment_get_latest - Get the most recent deployment with error analysis
  • deployment_investigate - Get comprehensive deployment information
  • deployment_manage - Update or delete a deployment
👥 Customers & Sessions
  • customers_search - Search customers by name, email, or identifier
  • customer_investigate - Get customer profile, recent error groups, and sessions
  • sessions_list - List user sessions with environment and device data
📊 Performance & Metrics
  • pages_list - List monitored pages in an application
  • page_investigate - Get page details for metrics queries
  • metrics_website_performance_analyze - Track performance trends over time
  • metrics_performance_distribution_analyze - Understand performance variability
  • metrics_error_trends_analyze - Track error rates and patterns
🤝 Team Management
  • invitations_manage - List and review team invitations
  • invitation_send - Send a new team invitation
  • invitation_revoke - Cancel a pending invitation

For detailed documentation on each tool, see the Tool Reference.

🔑 Configuration

Obtaining a Personal Access Token

To use the Raygun MCP server, you need a Raygun Personal Access Token (PAT):

  1. Navigate to Raygun Personal Access Tokens
  2. Click Create New Token
  3. Give your token a descriptive name (e.g., "MCP Server Access")
  4. Select the appropriate permissions for your use case
  5. Copy the generated token and use it in your MCP configuration

⚠️ Important: Replace YOUR_PAT_TOKEN in the configuration examples above with your actual token. Keep your token secure and never commit it to version control!

For more details, see the Raygun API documentation.


📖 About

The Raygun MCP server enables AI coding assistants to access and analyze your crash reporting and real user monitoring data in Raygun, helping you investigate errors, track deployments, analyze performance, and manage your application monitoring workflow—all through natural language conversations.

🔗 Resources


Built with ❤️ by Raygun

Raygun

Alternatives

Related Skills

Browse all skills
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

18
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

6
api-documenter

Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.

4
openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

4
cli-builder

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

3
ydc-ai-sdk-integration

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.

2