インストール不要。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 に貼り付けて、このコネクターで実行できます。
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 を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| Tool | What it does |
|---|---|
sentry_list_projects | List one page of projects in a Sentry organization |
sentry_list_issues | List one page of issues in a Sentry organization |
sentry_get_issue | Retrieve details for a Sentry issue, including status, occurrence statistics, and a summary of the latest event |
sentry_list_issue_events | List one page of error events belonging to a Sentry issue |
次のステップ
このガイドは役に立ちましたか?