by MindscapeHQ
Provides comprehensive access to Raygun's API V3 endpoints for crash reporting and real user monitoring via the Model Context Protocol.
Enables interaction with Raygun's Crash Reporting and Real User Monitoring APIs through a Model Context Protocol (MCP) server, exposing a rich set of operations for applications, errors, deployments, sessions, performance data, source maps, and team management.
npx.RAYGUN_PAT_TOKEN environment variable (your Raygun Personal Access Token). Optionally set SOURCEMAP_ALLOWED_DIRS to restrict source‑map file access.npx -y @raygun.io/mcp-server-raygun).npm run inspector launches the MCP Inspector UI.What authentication is required?
Provide a Raygun Personal Access Token via the RAYGUN_PAT_TOKEN environment variable.
Do I need to install the server globally?
No. The recommended approach is to run it with npx -y @raygun.io/mcp-server-raygun, which fetches the package at runtime.
Can I restrict source‑map operations?
Yes. Set SOURCEMAP_ALLOWED_DIRS to a comma‑separated list of permitted directories.
How do I debug communication issues?
Use the provided MCP Inspector (npm run inspector) which offers a web UI for inspecting stdio traffic.
Is the server compatible with non‑Claude clients? Absolutely. Any MCP‑compatible client can communicate over stdio with the server.
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
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!
Guide: Amp MCP Documentation
amp mcp add raygun --header "Authorization=Bearer YOUR_PAT_TOKEN" https://api.raygun.com/v3/mcp
Guide: Claude Code MCP Documentation
claude mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"
Guide: Cline MCP Documentation
Use https://api.raygun.com/v3/mcp and your PAT token
Guide: Codex MCP Documentation
[mcp_servers.raygun]
command = "npx"
args = ["mcp-remote", "https://api.raygun.com/v3/mcp", "--header", "Authorization: Bearer YOUR_PAT_TOKEN"]
Go to Cursor Settings → MCP → New MCP Server
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}
gemini mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"
Guide: JetBrains AI Assistant MCP Documentation
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}
Guide: VS Code MCP Servers
{
"servers": {
"raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}
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": {}
}
}
}
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"
The Raygun MCP server provides the following categories of tools:
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 applicationerror_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 instancedeployments_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 deploymentcustomers_list - List customers for an applicationcustomer_investigate - Get detailed customer informationsessions_list - List user sessions with environment and device datapages_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 patternsinvitations_manage - List and review team invitationsinvitation_send - Send a new team invitationinvitation_revoke - Cancel a pending invitationFor detailed documentation on each tool, see the Tool Reference.
To use the Raygun MCP server, you need a Raygun Personal Access Token (PAT):
⚠️ 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.
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.
Built with ❤️ by Raygun
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by netdata
Delivers real‑time, per‑second infrastructure monitoring with zero‑configuration agents, on‑edge machine‑learning anomaly detection, and built‑in dashboards.
by Arize-ai
Open-source AI observability platform enabling tracing, evaluation, dataset versioning, experiment tracking, prompt management, and interactive playground for LLM applications.
by msgbyte
Provides integrated website traffic analysis, uptime checking, and server health monitoring in a single self‑hosted platform.
by grafana
Provides programmatic access to a Grafana instance and its surrounding ecosystem through the Model Context Protocol, enabling AI assistants and other clients to query and manipulate dashboards, datasources, alerts, incidents, on‑call schedules, and more.
by dynatrace-oss
Provides a local server that enables real‑time interaction with the Dynatrace observability platform, exposing tools for querying data, retrieving problems, sending Slack notifications, and integrating AI assistance.
by pydantic
Provides tools to retrieve and query OpenTelemetry trace and metric data from Pydantic Logfire, allowing LLMs to analyze distributed traces and run arbitrary SQL queries against telemetry records.
by VictoriaMetrics-Community
Provides a Model Context Protocol server exposing read‑only VictoriaMetrics APIs, enabling seamless monitoring, observability, and automation through AI‑driven assistants.
by GeLi2001
Enables interaction with the Datadog API through a Model Context Protocol server, providing access to monitors, dashboards, metrics, logs, events, and incident data.
by grafana
Provides a Model Context Protocol (MCP) server that enables AI agents to query Grafana Loki log data via stdin/stdout or Server‑Sent Events, supporting both local binary execution and containerized deployment.
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": [
"-y",
"@raygun.io/mcp-server-raygun"
],
"env": {
"RAYGUN_PAT_TOKEN": "<YOUR_API_KEY>"
}
}
}
}claude mcp add raygun npx -y @raygun.io/mcp-server-raygun