Back to MCP Servers
Raygun Server
Access crash reporting and real user monitoring data for debugging and performance analysis
raygunmonitoringcrash-reportingapmdebugging
By Raygun
Installation
npm install -g @anthropic-ai/mcp-server-raygunConfiguration
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-raygun"],
"env": {
"RAYGUN_API_KEY": "your-raygun-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes