Raygun
Interact with your crash reporting and real using monitoring data on your Raygun account
🔭 Raygun MCP Server
Access your crash reporting data in Raygun with AI assistants
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.
✨ 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
- 🔐 A Raygun account with an active subscription
- 🔑 A Raygun Personal Access Token (PAT)
🚀 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_TOKENwith 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"
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 Settings → MCP → New 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 accountapplications_search- Search for applications by nameapplication_get_details- Get detailed application informationapplication_regenerate_api_key- Generate a new API key for an application
🐛 Error Management
error_groups_list- List error groups within an applicationerror_group_investigate- Get complete details about a specific error grouperror_group_update_status- Change error group status (resolve, ignore, activate)error_group_add_comment- Add investigation notes to an error grouperror_instances_browse- Browse individual error occurrenceserror_instance_get_details- Get full stack trace and context for an error instance
🚀 Deployments
deployments_list- List deployments for an applicationdeployment_create- Create a new deployment recorddeployment_get_latest- Get the most recent deployment with error analysisdeployment_investigate- Get comprehensive deployment informationdeployment_manage- Update or delete a deployment
👥 Customers & Sessions
customers_search- Search customers by name, email, or identifiercustomer_investigate- Get customer profile, recent error groups, and sessionssessions_list- List user sessions with environment and device data
📊 Performance & Metrics
pages_list- List monitored pages in an applicationpage_investigate- Get page details for metrics queriesmetrics_website_performance_analyze- Track performance trends over timemetrics_performance_distribution_analyze- Understand performance variabilitymetrics_error_trends_analyze- Track error rates and patterns
🤝 Team Management
invitations_manage- List and review team invitationsinvitation_send- Send a new team invitationinvitation_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):
- Navigate to Raygun Personal Access Tokens
- Click Create New Token
- Give your token a descriptive name (e.g., "MCP Server Access")
- Select the appropriate permissions for your use case
- Copy the generated token and use it in your MCP configuration
⚠️ Important: Replace
YOUR_PAT_TOKENin 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
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
PydanticRPC
A Python library for building gRPC/ConnectRPC services with Pydantic models, featuring automatic protobuf generation and AI assistant tool exposure.
Flux ImageGen MCP Server
An MCP server for generating images using the Pollinations AI API.
RubyGems
Fetch metadata for Ruby gems from the rubygems.org API.
Arduino MCP Server
Control an Arduino board from your computer using AI commands.
UnrealMCP Plugin
An unofficial Unreal Engine plugin that acts as an MCP server, allowing AI tools to remotely control the engine.
Juniper Junos MCP Server
An MCP server for interacting with Juniper Junos network devices using LLMs.
mcp-of-mcps
MCP of MCPs is a meta-server that merges all your MCP servers into a single smart endpoint. It gives AI agents instant tool discovery, selective schema loading, and massively cheaper execution, so you stop wasting tokens and time. With persistent tool metadata, semantic search, and direct code execution between tools, it turns chaotic multi-server setups into a fast, efficient, hallucination-free workflow. It also automatically analyzes the tools output schemas if not exist and preserves them across sessions for consistent behavior.
Deno Gemini Grounding MCP Server
A Model Context Protocol server that provides access to the connpass users API v2, utilizing Gemini for grounding.
SensorMCP Server
Automate dataset creation and train custom object detection models using natural language.
Rossum MCP & Agent
MCP server and AI agent toolkit for intelligent document processing with Rossum.