ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Sentry with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Monitor errors and application health via Sentry. query issues, inspect events, audit releases and check alert rules directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 15 capabilities

The complete Sentry capability set.

These are the exact actions your AI can choose when you ask it to work with Sentry.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Sentry.

  1. 01

    Search issues

    Uses the Sentry query syntax. Can be scoped to an entire organization or a specific project. Returns matching issues with count, priority, status and first/last seen timestamps. Search Sentry issues by text

  2. 02

    Get event

    Use the event ID returned from list_events. Get full details for a specific Sentry event

  3. 03

    Get issue

    Use the numeric issue ID. Get full details for a Sentry issue

  4. 04

    Get project

    Provide both the organization slug and project slug. Get details for a specific Sentry project

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Sentry.

  1. 05

    Get release

    Use the organization slug and the exact release version string. Get details for a specific Sentry release

  2. 06

    List events

    Events contain the error message, stacktrace snippets, platform, environment and timestamps. Useful for auditing what errors have been firing recently. List recent events for a Sentry project

  3. 07

    List issues

    Can list issues organization-wide or scoped to a specific project. Use the query parameter to filter by status, priority, first release, timestamp or text search. Example query: "is:unresolved priority:50". List issues in a Sentry organization or project

  4. 08

    List projects

    Each project tracks errors for a specific application or service and has settings for alerts, environments and team ownership. Provide the organization slug. List projects in a Sentry organization

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Sentry.

  1. 09

    List releases

    Use to track which versions have been deployed and correlate issues to specific releases. List releases for a Sentry organization or project

  2. 10

    List tags

    ) used to categorize events. Tags are essential for filtering and grouping issues in Sentry. List tags for a Sentry organization or project

  3. 11

    List teams

    Each team has members, projects and access control settings. Provide the organization slug to list its teams. List teams in a Sentry organization

  4. 12

    Update issue

    Can also add/remove tags. Provide the numeric issue ID and the desired status. Update a Sentry issue status or assign it

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Sentry.

  1. 13

    Get auth info

    Use this to verify your token is working correctly. Get authentication info for the current Sentry token

  2. 14

    List alert rules

    Each rule defines conditions (e.g. "issue created more than X times in 5 minutes"), actions (Slack, email, PagerDuty) and target channels/users. List alert rules in a Sentry organization

  3. 15

    List organizations

    Each organization has a unique slug, name, access permissions and team/member information. Use the organization slug for subsequent API calls. List all Sentry organizations

Observed, not estimated

935ms average. Fast in production.

Sentry is checked daily against the live service.

Daily averagePeak 1130ms
Aug 20Today
Fastest day
784ms
Slowest day
1130ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Sentry, so you can see the experience inside your AI.

It does not authenticate your account with Sentry. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Sentry Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Sentry capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "sentry-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Sentry owners ask.

  • 01

    How do I create a Sentry Internal Integration Token?

    Go to your Sentry Organization Settings, select API Keys > Create New Integration. Name it (e.g. 'Vinkius MCP'), select the scopes you need (recommended: org:read, project:read, event:read, team:read, release:read), and click Save. Copy the token immediately. it starts with sntrys_ and won't be shown again.

  • 02

    Can I resolve or mute an issue directly from the agent?

    Yes! Use the update_issue action with the issue's numeric ID and set status to resolved (marks it fixed), muted (hides it from the inbox) or deleted (removes it permanently). You can also reassign issues using the assigned_to parameter.

  • 03

    What Sentry query syntax does the search support?

    Sentry uses its own query syntax. Common filters include: is:unresolved (open issues), is:resolved (fixed issues), priority:[1-50] (priority levels), first_release:1.2.3 (issues introduced in a specific release), user.email:example@co.com (errors affecting a specific user). You can combine filters: is:unresolved priority:50.