Skip to main content
Glama

MCP Server Sentry

MCP Server Sentry - TypeScript実装

これは、Sentryエラー追跡サービスに接続するためのTypeScriptで実装されたモデルコンテキストプロトコル(MCP)サーバーです。このサーバーにより、AIモデルはSentry上のエラーレポートやイベントをクエリして分析できるようになります。

特徴

  1. get_sentry_issueツール
    • IDまたはURLでSentryの問題を取得して分析します
    • 入力:
      • issue_id_or_url (文字列): 分析する Sentry の問題 ID または URL
    • 返品: 問題の詳細には以下が含まれます:
      • タイトル
      • 問題ID
      • 状態
      • レベル
      • 初回表示タイムスタンプ
      • 最終閲覧タイムスタンプ
      • イベント数
      • 完全なスタックトレース
  2. sentry-issueプロンプトテンプレート
    • Sentryから問題の詳細を取得します
    • 入力:
      • issue_id_or_url (文字列): Sentry の問題 ID または URL
    • 戻り値: 会話のコンテキストとしてフォーマットされた問題の詳細

インストール

# Install dependencies npm install # Build the project npm run build

構成

サーバーは環境変数を使用して設定されます。プロジェクトのルートディレクトリに.envファイルを作成します。

# Required: Sentry authentication token SENTRY_AUTH_TOKEN=your_sentry_auth_token # Optional: Sentry organization name SENTRY_ORGANIZATION_SLUG=your_organization_slug # Optional: Sentry project name SENTRY_PROJECT_SLUG=your_project_slug # Optional: Sentry base url SENTRY_BASE_URL=https://sentry.com/api/0

あるいは、実行時にこれらの環境変数を設定することもできます。

ランニング

標準 IO 経由でサーバーを実行します。

node dist/index.js

MCP Inspector でデバッグする:

npx @modelcontextprotocol/inspector node dist/index.js

環境変数の説明

  • SENTRY_AUTH_TOKEN (必須): Sentry API アクセストークン
  • SENTRY_PROJECT_SLUG (オプション): Sentryプロジェクトのスラッグ
  • SENTRY_ORGANIZATION_SLUG (オプション): Sentry組織のスラッグ

プロジェクトと組織の情報が URL で提供されている場合、後者の 2 つの変数は省略できます。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

-
security - not tested
-
license - not tested
-
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.

Sentry エラー追跡サービスに接続し、AI モデルがエラー レポートとイベントを照会および分析できるようにするモデル コンテキスト プロトコル サーバーの TypeScript 実装。

  1. 特徴
    1. インストール
      1. 構成
        1. ランニング
          1. 環境変数の説明
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Provides 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 -
                9
                21
                30
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A 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 -
                16
                Python
                • Apple
              • A
                security
                F
                license
                A
                quality
                A 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 -
                10
                3
                TypeScript
              • -
                security
                F
                license
                -
                quality
                A TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.
                Last updated -
                2
                TypeScript

              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/Zzzccs123/mcp-sentry'

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