Raygun
by Mindscape
Interact with your crash reporting and real using monitoring data on your Raygun account
What is Raygun
Raygun MCP Server
MCP Server for Raygun's API V3 endpoints for interacting with your Crash Reporting and Real User Monitoring applications. This server provides comprehensive access to Raygun's API features through the Model Context Protocol.
Features
Tools
Applications
list_applications
- List all applications under your accountget_application
- Get application details by identifierget_application_by_api_key
- Get application details by API keyregenerate_application_api_key
- Generate a new API key for an application
Error Management
list_error_groups
- List error groups for an applicationget_error_group
- Get detailed information about an error groupresolve_error_group
- Set error group status to resolvedactivate_error_group
- Set error group status to activeignore_error_group
- Set error group status to ignoredpermanently_ignore_error_group
- Set error group status to permanently ignored
Deployment Management
list_deployments
- List deployments for an applicationget_deployment
- Get deployment details by identifierdelete_deployment
- Remove a deploymentupdate_deployment
- Update deployment informationreprocess_deployment_commits
- Reprocess deployment commit data
User & Session Management
list_customers
- List customers for an applicationlist_sessions
- List user sessions for an applicationget_session
- Get detailed session information
Performance Monitoring
list_pages
- List monitored pages for an applicationget_page_metrics_time_series
- Get time-series performance metricsget_page_metrics_histogram
- Get histogram of performance metricsget_error_metrics_time_series
- Get time-series error metrics
Source Maps
list_source_maps
- List source maps for an applicationget_source_map
- Get source map detailsupdate_source_map
- Update source map informationdelete_source_map
- Remove a source mapupload_source_map
- Upload a new source mapdelete_all_source_maps
- Remove all source maps
Team Management
list_invitations
- List pending team invitationssend_invitation
- Send a new team invitationget_invitation
- Get invitation detailsrevoke_invitation
- Revoke a pending invitation
Configuration
The server requires the following environment variables:
RAYGUN_PAT_TOKEN
(required): Your Raygun PAT tokenSOURCEMAP_ALLOWED_DIRS
(optional): Comma-separated list of directories allowed for source map operations
Usage with Claude Desktop
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": ["-y", "@raygun.io/mcp-server-raygun"],
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-here"
}
}
}
}
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"raygun": {
"command": "/path/to/server-raygun/build/index.js",
"env": {
"RAYGUN_PAT_TOKEN": "your-pat-token-ken"
}
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
How to Use
Leave a Comment
Comments section will be available soon. Stay tuned!
Frequently Asked Questions
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.
What are MCP Servers?
MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.
How do MCP Servers work?
MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.
Are MCP Servers secure?
Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.
Related MCP Servers
MasterGo MCP Server
MasterGo Magic MCP 是一个独立的 MCP (Model Context Protocol) 服务,用于连接 MasterGo 设计工具与 AI 模型。它允许 AI 模型直接从 MasterGo 设计文件中获取 DSL 数据。
Filesystem MCP Server
A core MCP server that provides filesystem access capabilities for Claude. Enables secure reading, writing, and management of files on your local system with granular permission controls.
Brave Search MCP
Integrate Brave Search capabilities into Claude through MCP. Enables real-time web searches with privacy-focused results and comprehensive web coverage.
Magic MCP
Create crafted UI components inspired by the best 21st.dev design engineers.
Apify
Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
mcp server axiom
A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL).Query and analyze your Axiom logs, traces, and all other event data in natural language,
Browserbase
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.</br>This server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand (Coming Soon). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
ClickHouse
Query your ClickHouse database server.
Cloudflare
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
E2B
Run code in secure sandboxes hosted by E2B
Submit Your MCP Server
Share your MCP server with the community
Submit Now