Raygun MCP Server

Official
by MindscapeHQ

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

{ "mcpServers": { "raygun": { "command": "npx", "args": ["-y", "@raygun.io/mcp-server-raygun"], "env": { "RAYGUN_PAT_TOKEN": "your-pat-token-here" } } } }

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于使用自动重建的开发:

npm run watch

安装

要与 Claude Desktop 一起使用,请添加服务器配置:

在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 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" } } } }

调试

由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:

npm run inspector

检查器将提供一个 URL 来访问浏览器中的调试工具。

-
security - not tested
F
license - not found
-
quality - not tested

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.

MCP 服务器用于 Raygun API V3 端点,可与您的崩溃报告和真实用户监控应用程序进行交互。此服务器通过模型上下文协议 (MCP) 提供对 Raygun API 功能的全面访问。

  1. 特征
    1. 工具
  2. 配置
    1. 与 Claude Desktop 一起使用
      1. 发展
        1. 安装
          1. 调试

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          MCP 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 ago
          13
          2
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          The 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 ago
          14
          322
          36
          TypeScript
          Apache 2.0
          • Apple
        • A
          security
          A
          license
          A
          quality
          An 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 ago
          6
          140
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        Appeared in Searches

        ID: c2w95p6hjh