Integrations
Provides access to Raygun's API V3 endpoints for managing crash reporting and real user monitoring data, including applications, error groups, deployments, user sessions, performance metrics, and source maps.
Raygun MCP 服务器
MCP 服务器用于 Raygun API V3 端点,可与您的崩溃报告和真实用户监控应用程序进行交互。此服务器通过模型上下文协议 (MCP) 提供对 Raygun API 功能的全面访问。
特征
工具
应用
list_applications
- 列出您帐户下的所有应用程序get_application
- 通过标识符获取应用程序详细信息get_application_by_api_key
- 通过 API 密钥获取应用程序详细信息regenerate_application_api_key
- 为应用程序生成新的 API 密钥
错误管理
list_error_groups
- 列出应用程序的错误组get_error_group
- 获取有关错误组的详细信息resolve_error_group
- 将错误组状态设置为已解决activate_error_group
- 将错误组状态设置为活动ignore_error_group
- 将错误组状态设置为忽略permanently_ignore_error_group
- 将错误组状态设置为永久忽略
部署管理
list_deployments
- 列出应用程序的部署get_deployment
- 通过标识符获取部署详细信息delete_deployment
- 删除部署update_deployment
- 更新部署信息reprocess_deployment_commits
- 重新处理部署提交数据
用户和会话管理
list_customers
- 列出应用程序的客户list_sessions
- 列出应用程序的用户会话get_session
获取详细的会话信息
性能监控
list_pages
- 列出应用程序的受监控页面get_page_metrics_time_series
- 获取时间序列性能指标get_page_metrics_histogram
- 获取性能指标直方图get_error_metrics_time_series
- 获取时间序列错误指标
源映射
list_source_maps
- 列出应用程序的源映射get_source_map
- 获取源映射详细信息update_source_map
- 更新源映射信息delete_source_map
- 删除源映射upload_source_map
- 上传新的源地图delete_all_source_maps
- 删除所有源映射
团队管理
list_invitations
- 列出待处理的团队邀请send_invitation
- 发送新的团队邀请get_invitation
- 获取邀请详情revoke_invitation
- 撤销待处理的邀请
配置
服务器需要以下环境变量:
RAYGUN_PAT_TOKEN
(必需):您的Raygun PAT 代币SOURCEMAP_ALLOWED_DIRS
(可选):允许源映射操作的目录的逗号分隔列表
与 Claude Desktop 一起使用
添加到您的claude_desktop_config.json
:
发展
安装依赖项:
构建服务器:
对于使用自动重建的开发:
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
检查器将提供一个 URL 来访问浏览器中的调试工具。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP 服务器用于 Raygun API V3 端点,可与您的崩溃报告和真实用户监控应用程序进行交互。此服务器通过模型上下文协议 (MCP) 提供对 Raygun API 功能的全面访问。
Related MCP Servers
- -securityAlicense-qualityMCP server for Huntress API integrationLast updated a month ago111JavaScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated 3 months ago132TypeScriptMIT License
- AsecurityAlicenseAqualityThe MCP server provides an interface to the Datadog API, enabling seamless management of incidents, monitoring, logs, dashboards, metrics, traces, and hosts. Its extensible design allows easy integration of additional Datadog APIs for future expansions.Last updated 15 days ago1432236TypeScriptApache 2.0
Semgrep MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for security vulnerabilities, create custom rules, and analyze scan results through the Model Context Protocol.Last updated 4 days ago6140PythonMIT License