MCP Server Sentry - TypeScript実装
これは、Sentryエラー追跡サービスに接続するためのTypeScriptで実装されたモデルコンテキストプロトコル(MCP)サーバーです。このサーバーにより、AIモデルはSentry上のエラーレポートやイベントをクエリして分析できるようになります。
特徴
get_sentry_issue
ツール- IDまたはURLでSentryの問題を取得して分析します
- 入力:
issue_id_or_url
(文字列): 分析する Sentry の問題 ID または URL
- 返品: 問題の詳細には以下が含まれます:
- タイトル
- 問題ID
- 状態
- レベル
- 初回表示タイムスタンプ
- 最終閲覧タイムスタンプ
- イベント数
- 完全なスタックトレース
sentry-issue
プロンプトテンプレート- Sentryから問題の詳細を取得します
- 入力:
issue_id_or_url
(文字列): Sentry の問題 ID または URL
- 戻り値: 会話のコンテキストとしてフォーマットされた問題の詳細
インストール
構成
サーバーは環境変数を使用して設定されます。プロジェクトのルートディレクトリに.env
ファイルを作成します。
あるいは、実行時にこれらの環境変数を設定することもできます。
ランニング
標準 IO 経由でサーバーを実行します。
MCP Inspector でデバッグする:
環境変数の説明
SENTRY_AUTH_TOKEN
(必須): Sentry API アクセストークンSENTRY_PROJECT_SLUG
(オプション): SentryプロジェクトのスラッグSENTRY_ORGANIZATION_SLUG
(オプション): Sentry組織のスラッグ
プロジェクトと組織の情報が URL で提供されている場合、後者の 2 つの変数は省略できます。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
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.
Sentry エラー追跡サービスに接続し、AI モデルがエラー レポートとイベントを照会および分析できるようにするモデル コンテキスト プロトコル サーバーの TypeScript 実装。
Related MCP Servers
- AsecurityAlicenseAqualityProvides a Model Context Protocol interface for accessing Linear's issue tracking system, enabling users to query and search issues with TypeScript type safety and robust error handling.Last updated -92130TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.Last updated -16Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.Last updated -103TypeScript
- -securityFlicense-qualityA TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.Last updated -2TypeScript