Connector guide1-minute read4 MCP toolsEN · DE · IT

Sentry を MCP に — あらゆる AI エージェントから Sentry を操作

Inspect Sentry projects, issues, and error events.

HCBy HelpCode team更新日 1 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

Sentry

Sentry

Inspect Sentry projects, issues, and error events.

ツール

4

地域

INTL

カテゴリー

Monitoring

認証

Bearer Token

必要な環境変数

SENTRY_AUTH_TOKENSENTRY_ORG
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Sentry をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

Inspect Sentry projects, issues, and error events.

こう聞いてみよう

Sentry のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Sentry · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Sentry をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Sentry

Inspect Sentry projects, issues, and error events.

セットアップ

Connect to Sentry's hosted REST API to investigate projects, issues, and error events using four read-only tools.

Setup: Create a Sentry personal authentication token under User settings > Personal Tokens with org:read and event:read scopes. Supply it as SENTRY_AUTH_TOKEN, and your organization ID or URL slug (the acme in sentry.io/organizations/acme) as SENTRY_ORG, when configuring this connector. The organization goes into every path for you, so no tool asks the model for it. org:read permits listing organization projects; event:read permits reading issues and their events. Access remains limited by the token owner's permissions. Authentication uses the Authorization: Bearer header. …

前提条件: SENTRY_AUTH_TOKEN, SENTRY_ORG

ローカルでコネクタをインストール

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

http://localhost:3000/connectors/store を開き、 Sentry を選択し、前提条件に記載された環境変数を入力します。

利用可能なツール

ToolWhat it does
sentry_list_projectsList one page of projects in a Sentry organization
sentry_list_issuesList one page of issues in a Sentry organization
sentry_get_issueRetrieve details for a Sentry issue, including status, occurrence statistics, and a summary of the latest event
sentry_list_issue_eventsList one page of error events belonging to a Sentry issue

次のステップ

このガイドは役に立ちましたか?

Your Sentry agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド