Skip to main content
Glama

Sentry Issues MCP

by Leee62

セントリー発行MCP

説明

⚠️ バージョン1.0.5以降、issuesの取得は非推奨となりました。レスポンスの構造がイベントAPIと非常に似ているため、冗長とみなされます。

これはセントリーの MCP の問題です。
問題または問題のリストを取得するための 2 つのツールをサポートしています。
LLM に Res の分析を任せることもできますし、自分で行うこともできます。

特徴

  • EZサイズ
  • 簡単に理解できる
  • EZタイニー

ツール

  • 単一イベントを取得する
    • イベントの詳細情報を取得します。小さいモードではスタック情報が返され、大きいモードではすべての情報が返されます。
    • 入力:
      • url_or_id: セントリーイベント URL またはセントリーイベント ID
      • organization_id_or_slug: Sentry 組織 ID またはスラッグ。未定義でも構いません。
      • project_id_or_slug: SentryプロジェクトのIDまたはスラッグ。未定義でも構いません。
      • モード: tiny または huge、未定義になる場合があります
  • get_project_events
    • イベントのリストを取得します。小さいモードでは ID とタイトルが返され、大きいモードではすべての情報が返されます。
    • 入力:
      • project_id_or_slug: Sentry プロジェクト ID またはスラッグ
      • organization_id_or_slug: Sentry 組織 ID またはスラッグ。未定義でも構いません。
      • モード: tiny または huge、未定義になる場合があります

クイックスタート

これはMCPサーバー構成です

"mcpServers": { "sentry-issue-mcp": { "type": "stdio", "command": "npx", "args": [ "-y", "sentry-issues-mcp@latest" ], "env": { "SENTRY_HOST": "<your_sentry_host>", "SENTRY_ORG": "<your_sentry_org>", "SENTRY_PROJ": "<your_sentry_proj>", "SENTRY_USER_TOKEN": "<your_sentry_user_token>" } } }

場合

  • LLMにURLまたはIDで1つの問題を分析するよう依頼する
    1. 「問題を分析し、その理由と解決方法を教えてください。{sentry_issue_url}」と入力してください。
    2. LLMがSMART🧠ならツールを呼び出す
    3. 結果が得られます
  • LLM に今日の最も危険な問題を見つけるように依頼します (PS: 監視期間のデフォルト値は「24 時間」です)
    1. 「今日最も危険な問題を見つけ、その理由と解決方法を教えてください」と入力してください
    2. LLMがSMART🧠ならツールを呼び出す
    3. 結果が得られます

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

2 つの簡単なツール(URL/ID で特定の問題を取得するか、プロジェクトから問題のリストを取得する)を通じて Sentry の問題を取得できるサーバーです。

  1. 説明
    1. 特徴
      1. ツール
        1. クイックスタート
          1. 場合
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
                Last updated -
                51,014
                Python
                MIT License
                • Linux
                • Apple
              • -
                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
                -
                license
                -
                quality
                A 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

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

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