Mcp Server Raygun — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Raygun (Agent Skill) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
A remote Model Context Protocol (MCP) server that connects AI assistants to your crash reporting and real user monitoring data in Raygun through natural language conversations.
[📚 Tool Reference](https://github.com/MindscapeHQ/mcp-server-raygun/blob/main/TOOLS.md) • [🚀 Quick Start](#getting-started) • [🔑 Get API Token](https://app.raygun.com/user/tokens)
</div>
The Raygun MCP server is hosted remotely at https://api.raygun.com/v3/mcp.
💡 Tip: Choose your AI assistant below and follow the configuration instructions. Don't forget to replace YOUR_PAT_TOKEN with your actual Raygun Personal Access Token!<details> <summary>Amp</summary>
Guide: Amp MCP Documentation
amp mcp add raygun --header "Authorization=Bearer YOUR_PAT_TOKEN" https://api.raygun.com/v3/mcp</details>
<details> <summary>Claude Code</summary>
Guide: Claude Code MCP Documentation
claude mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"</details>
<details> <summary>Cline</summary>
Guide: Cline MCP Documentation
Use https://api.raygun.com/v3/mcp and your PAT token
</details>
<details> <summary>Codex</summary>
Guide: Codex MCP Documentation
[mcp_servers.raygun]
command = "npx"
args = ["mcp-remote", "https://api.raygun.com/v3/mcp", "--header", "Authorization: Bearer YOUR_PAT_TOKEN"]</details>
<details> <summary>Cursor</summary>
Go to Cursor Settings → MCP → New MCP Server
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}</details>
<details> <summary>Gemini CLI</summary>
gemini mcp add --transport http raygun https://api.raygun.com/v3/mcp --header "Authorization: Bearer YOUR_PAT_TOKEN"</details>
<details> <summary>JetBrains AI Assistant</summary>
Guide: JetBrains AI Assistant MCP Documentation
{
"mcpServers": {
"Raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}</details>
<details> <summary>VS Code</summary>
Guide: VS Code MCP Servers
{
"servers": {
"raygun": {
"url": "https://api.raygun.com/v3/mcp",
"headers": {
"Authorization": "Bearer YOUR_PAT_TOKEN"
}
}
}
}</details>
<details> <summary>Zed</summary>
Guide: Zed MCP Documentation
{
"context_servers": {
"raygun": {
"source": "custom",
"command": "npx",
"args": [
"mcp-remote",
"https://api.raygun.com/v3/mcp",
"--header",
"Authorization: Bearer YOUR_PAT_TOKEN"
],
"env": {}
}
}
}</details>
After configuration, try asking your AI assistant:
🔍 "Show me the most recent error groups in my Raygun applications"🚀 "What were the latest deployments and did they introduce any new errors?"📊 "Analyze the performance trends for my top pages over the last 7 days"The Raygun MCP server provides the following categories of tools:
<details> <summary>📱 Applications</summary>
applications_list - List all applications in your Raygun accountapplications_search - Search for applications by nameapplication_get_details - Get detailed application informationapplication_regenerate_api_key - Generate a new API key for an application</details>
<details> <summary>🐛 Error Management</summary>
error_groups_list - List error groups within an applicationerror_group_investigate - Get complete details about a specific error grouperror_group_update_status - Change error group status (resolve, ignore, activate)error_group_add_comment - Add investigation notes to an error grouperror_instances_browse - Browse individual error occurrenceserror_instance_get_details - Get full stack trace and context for an error instance</details>
<details> <summary>🚀 Deployments</summary>
deployments_list - List deployments for an applicationdeployment_create - Create a new deployment recorddeployment_get_latest - Get the most recent deployment with error analysisdeployment_investigate - Get comprehensive deployment informationdeployment_manage - Update or delete a deployment</details>
<details> <summary>👥 Customers & Sessions</summary>
customers_search - Search customers by name, email, or identifiercustomer_investigate - Get customer profile, recent error groups, and sessionssessions_list - List user sessions with environment and device data</details>
<details> <summary>📊 Performance & Metrics</summary>
pages_list - List monitored pages in an applicationpage_investigate - Get page details for metrics queriesmetrics_website_performance_analyze - Track performance trends over timemetrics_performance_distribution_analyze - Understand performance variabilitymetrics_error_trends_analyze - Track error rates and patterns</details>
<details> <summary>🤝 Team Management</summary>
invitations_manage - List and review team invitationsinvitation_send - Send a new team invitationinvitation_revoke - Cancel a pending invitation</details>
For detailed documentation on each tool, see the Tool Reference.
To use the Raygun MCP server, you need a Raygun Personal Access Token (PAT):
⚠️ Important: Replace YOUR_PAT_TOKEN in the configuration examples above with your actual token. Keep your token secure and never commit it to version control!For more details, see the Raygun API documentation.
The Raygun MCP server enables AI coding assistants to access and analyze your crash reporting and real user monitoring data in Raygun, helping you investigate errors, track deployments, analyze performance, and manage your application monitoring workflow—all through natural language conversations.
<div align="center">
Built with ❤️ by [Raygun](https://raygun.com)
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.