mcp-server-sentry: Sentry MCP サーバー
概要
Sentry.ioから問題を取得・分析するためのモデルコンテキストプロトコルサーバーです。このサーバーは、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
- 戻り値: 会話のコンテキストとしてフォーマットされた問題の詳細
インストール
uvの使用(推奨)
uv
を使用する場合、特別なインストールは必要ありません。uvx uvx
使用してmcp-server-sentryを直接実行します。
PIPの使用
あるいは、pip 経由でmcp-server-sentry
をインストールすることもできます。
インストール後、次のコマンドを使用してスクリプトとして実行できます。
構成
Claude Desktopでの使用
これをclaude_desktop_config.json
に追加します:
VS Codeでの使用
素早くインストールするには、以下のワンクリック インストール ボタンのいずれかを使用します...
手動でインストールする場合は、VS Code のユーザー設定 (JSON) ファイルに次の JSON ブロックを追加します。Ctrl Ctrl + Shift + P
を押してPreferences: Open Settings (JSON)
と入力すると、このブロックを追加できます。
オプションとして、ワークスペース内の.vscode/mcp.json
というファイルに追加することもできます。これにより、他のユーザーと設定を共有できるようになります。
mcp.json
ファイルを使用する場合は、mcp
キーが必要であることに注意してください。
Zedでの使用
Zed のsettings.jsonに追加します:
デバッグ
MCPインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:
または、パッケージを特定のディレクトリにインストールした場合や、そのディレクトリで開発している場合は、次のようにします。
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
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 アカウントからのエラー レポート、スタック トレース、その他のデバッグ情報を検査するためのツールを提供します。
Related MCP Servers
- -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
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that connects to Sentry error tracking service, allowing AI models to query and analyze error reports and events.Last updated -TypeScript
- -securityFlicense-qualityAn MCP server that connects to Sentry.io or self-hosted Sentry instances to retrieve and analyze error reports, stack traces, and debugging information.Last updated -2Python