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 - π Error Management - Investigate, resolve, and track application errors and crashes with full stack traces and context - π Deployment Tracking - Monitor releases and
Add this skill
npx mdskills install MindscapeHQ/mcp-server-raygunComprehensive MCP server with excellent documentation and diverse crash reporting tools
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!
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 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": {}
}
}
}
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
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_list - List customers for an applicationcustomer_investigate - Get detailed customer informationsessions_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 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
Install via CLI
npx mdskills install MindscapeHQ/mcp-server-raygunRaygun MCP Server is a free, open-source AI agent skill. 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 - π Error Management - Investigate, resolve, and track application errors and crashes with full stack traces and context - π Deployment Tracking - Monitor releases and
Install Raygun MCP Server with a single command:
npx mdskills install MindscapeHQ/mcp-server-raygunThis downloads the skill files into your project and your AI agent picks them up automatically.
Raygun MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.