Connector guide1-minute read4 MCP toolsEN · DE · IT

Sentry в MCP — управляйте Sentry из любого AI-агента

Inspect Sentry projects, issues, and error events.

HCBy HelpCode teamОбновлено 1 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

Sentry

Sentry

Inspect Sentry projects, issues, and error events.

инструментов

4

Регион

INTL

Категория

Monitoring

Аутентификация

Bearer Token

Требуемые env-vars

SENTRY_AUTH_TOKENSENTRY_ORG
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Sentry одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

Summary

Inspect Sentry projects, issues, and error events.

Попробуй спросить

Примеры промптов для Sentry

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Sentry · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Sentry, вставьте учётные данные, создайте MCP API key — готово. Без 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.

Похожие руководства