Connector guide1-minute read4 MCP toolsEN · DE · IT

Sentry su MCP — Pilota Sentry da qualsiasi agente AI

Inspect Sentry projects, issues, and error events.

HCBy HelpCode teamAggiornato 1 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

Sentry

Sentry

Inspect Sentry projects, issues, and error events.

tool

4

Regione

INTL

Categoria

Monitoring

Autenticazione

Bearer Token

Env vars richieste

SENTRY_AUTH_TOKENSENTRY_ORG
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Sentry con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

Inspect Sentry projects, issues, and error events.

Prova a chiedere

Prompt di esempio per Sentry

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

Sentry · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Sentry, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Sentry

Inspect Sentry projects, issues, and error events.

Setup

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. …

Prerequisiti: SENTRY_AUTH_TOKEN, SENTRY_ORG

Installazione locale del connettore

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

Apri http://localhost:3000/connectors/store, scegli Sentry e inserisci le variabili elencate nei Prerequisiti.

Tool disponibili

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

Prossimi passi

Questa guida ti è stata utile?

Your Sentry agent is one click away.

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

Guide correlate