Overview
Raygun MCP Server is a server designed to interact with Raygun's API V3 endpoints, providing comprehensive access to crash reporting and real user monitoring applications through the Model Context Protocol.
To use the Raygun MCP Server, configure it with your Raygun PAT token and set it up in your Claude Desktop configuration. You can then run commands to manage applications, errors, deployments, and performance monitoring.
- Manage applications and their API keys - Handle error management with detailed error group information - Monitor deployments and user sessions - Access performance metrics and source maps - Team management capabilities for collaboration
- Integrating crash reporting into applications
- Monitoring real user performance metrics
- Managing application deployments and error resolutions
Add to your AI client
Use these steps to connect Raygun MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mindscapehq-mcp-server-raygun-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mindscapehq-mcp-server-raygun-mcp-mirror"
]
}
}
}FAQ
What is required to run the Raygun MCP Server?
You need to set the `RAYGUN_PAT_TOKEN` environment variable with your Raygun PAT token.
Can I use this server for multiple applications?
Yes! You can manage multiple applications under your Raygun account using this server.
How do I debug the server?
Use the MCP Inspector for debugging, which provides tools accessible via a browser.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":719,"uuid":"c7a95171-2f68-4c40-be1b-bbf05aa7f68b","name":"MindscapeHQ_mcp-server-raygun","title":"Raygun MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:27:40.251Z","updated_at":"2025-02-23T07:16:03.009Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"raygun,mcp-server,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/MindscapeHQ_mcp-server-raygun","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]