Raygun (npx) MCP Server
CommunityContributed by Raygun
Query and manage Raygun error groups, applications, deployments, and user sessions for error monitoring and crash reporting.
About the Raygun (npx) MCP Server
The Raygun (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and manage Raygun error groups, applications, deployments, and user sessions for error monitoring and crash reporting. This is a community-contributed MCP server by Raygun.
Install the Raygun (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@raygun.io/mcp-server-raygun"
],
"env": {
"RAYGUN_PAT_TOKEN": "${input:RAYGUN_PAT_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "RAYGUN_PAT_TOKEN",
"label": "Raygun Personal Access Token",
"description": "Personal Access Token for the Raygun API.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"obtain": {
"url": "https://app.raygun.com/user",
"instructions": "1. Log in to app.raygun.com\n2. Go to My Settings (click your profile)\n3. Scroll to Personal Access Tokens section\n4. Click 'Create new PAT'\n5. Copy the generated token",
"button_label": "Get PAT Token"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Raygun (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Grafana (Docker)
Search dashboards, query Prometheus and Loki datasources, manage alerts, and investigate incidents on any Grafana instance (self-hosted or Grafana Cloud) via Docker.
Sentry (Local)
Query and manage Sentry issues, errors, performance data, and project settings locally via npx. Supports AI-powered search with your own LLM API key.
Sentry (Remote)
Query and manage Sentry issues, errors, performance data, and project settings through Sentry's hosted remote MCP server. No local setup required.
Sentry (Self-Hosted)
Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.
Axiom (npx)
Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events.
Cloudflare Observability
Query Workers logs, analyze invocation metrics, and debug errors across your Cloudflare Workers through Cloudflare's official Observability MCP server with OAuth.
Install Raygun (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.