レイガン MCP サーバー
Raygun API V3エンドポイント用のMCPサーバー。クラッシュレポートおよびリアルユーザーモニタリングアプリケーションとの連携を可能にします。このサーバーは、モデルコンテキストプロトコル(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
Raygun API V3エンドポイント用のMCPサーバー。クラッシュレポートおよびリアルユーザーモニタリングアプリケーションとの連携を可能にします。このサーバーは、モデルコンテキストプロトコル(MCP)を介してRaygun API機能への包括的なアクセスを提供します。
Related MCP Servers
- -securityAlicense-qualityMCP 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 -24TypeScriptMIT 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 -23TypeScriptMIT License
- -securityFlicense-qualityMCP 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 -4JavaScript
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python