Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

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 simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
          Last updated -
          2
          4
          TypeScript
          MIT License
        • -
          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 -
          2
          3
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          MCP server for the Clash of Clans API. Can get player, clan information, analyze ongoing wars, as well as war logs (provided they are public).
          Last updated -
          4
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/MindscapeHQ/mcp-server-raygun'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server