MindscapeHQ/server-raygun
Raygun API V3 integration for crash reporting and real user monitoring
Ads
Overview
Raygun API V3 integration for crash reporting and real user monitoring
Installation
claude mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"
Configuration
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}Capabilities
- List your Raygun applications
Retrieve all applications in your account with `applications_list` or search by name with `applications_search`.
- Investigate error groups
Get full details, stack traces, and individual error instances using `error_group_investigate` and `error_instance_get_details`.
- Update error status and add comments
Resolve, ignore, or reactivate error groups via `error_group_update_status` and attach notes with `error_group_add_comment`.
- Track deployments and their impact
List recent deployments, create new records, and investigate whether a release introduced new errors using `deployments_list`, `deployment_create`, and `deployment_investigate`.
- Analyze performance trends
Query time-series performance data and distribution histograms for pages with `metrics_website_performance_analyze` and `metrics_performance_distribution_analyze`.
- Search and investigate customers
Find users by name or email with `customers_search` and review their error history and sessions via `customer_investigate`.
Tags
- monitoring
- observability-incident
- development
- awesome-list
Related MCP servers
ingero-io/ingero
eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency.
adanb13/cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.
agentkitai/agentlens
Tamper-evident observability for AI agents: a SHA-256 hash-chained audit log with chain verification and signed export (EU AI Act Art. 12). Instrument any agent with zero code via `npx -y @agentlensai/mcp`; also ingests OpenTelemetry GenAI traces.
alilxxey/openobserve-community-mcp
Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license.