Sentry Connector for AI agents.
15 live capabilities
Triage application errors and monitor production health in real time.
Waiting for input…
Why people use Sentry
Sentry for Real-Time Error Triage
With this Connector, your AI client does the digging for you. You just ask what happened, and it pulls the get_event data, summarizes the breadcrumbs, and tells you the root cause in the chat window. You get answers in seconds instead of minutes.
What Vinkius changes
You get a chat-based interface for your entire Sentry error tracking pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Triage for PagerDuty Alerts
When an alert fires, ask your agent to use get_issue to see the error and get_event to pull the breadcrumbs and stacktrace.
- Real-world use case 02
Audit Alert Noise
An engineering manager uses list_alert_rules to find out why the team is getting too many Slack pings and identifies noisy rules.
- Real-world use case 03
Identify Regression Versions
A developer uses search_issues to find a new bug and then calls get_release to see which deployment first introduced it.
Complete set · 15capabilities
The complete Sentry capability set.
These are the exact actions your AI can choose when you ask it to work with Sentry.
01—04
4 capabilities in this set.
Part of 15 available through Sentry.
- 01 Capability
Get event
Get full details for a specific Sentry event. This includes the stacktrace, breadcrumbs, and HTTP context.
- 02 Capability
Get issue
Get full details for a Sentry issue using its numeric ID. Use this to see the history and status of a bug.
- 03 Capability
Get project
Get details for a specific Sentry project. This shows the configuration and ownership of an application.
- 04 Capability
Get release
Get details for a specific Sentry release. Use this to correlate bugs with a specific version string.
05—08
4 capabilities in this set.
Part of 15 available through Sentry.
- 05 Capability
List issues
List issues in a Sentry organization or project. You can filter by status, priority, or text search.
- 06 Capability
List projects
List projects in a Sentry organization. Use this to see the full footprint of your monitored apps.
- 07 Capability
List releases
List releases for a Sentry organization or project. This tracks which versions have been deployed.
- 08 Capability
Search issues
Search Sentry issues by text using Sentry query syntax. Find specific bugs across your entire organization.
09—12
4 capabilities in this set.
Part of 15 available through Sentry.
- 09 Capability
List tags
List tags for a Sentry organization or project. These are essential for filtering and grouping your errors.
- 10 Capability
List teams
List teams in a Sentry organization. Use this to see member access and team ownership.
- 11 Capability
Update issue
Update a Sentry issue status or assign it to a team member. Use this to manage your bug backlog directly.
- 12 Capability
List events
List recent events for a Sentry project. This is great for auditing what errors have been firing lately.
13—15
3 capabilities in this set.
Part of 15 available through Sentry.
- 13 Capability
List alert rules
List all alert rules in a Sentry organization to see how notifications are triggered. This helps you manage Slack and PagerDuty pings.
- 14 Capability
Get auth info
Verify your Sentry token is working correctly. Use this to check permissions and connection status.
- 15 Capability
List organizations
List all Sentry organizations. This helps you get the slugs needed for other API calls.
Set up in minutes
One URL. Then ask Sentry to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sentry from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Sentry, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sentry for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Sentry URL.
- Step 03
Save and start
Save the connection and enable Sentry in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sentry-alternative": {
"url": "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Sentry
Open Agent mode in chat and ask: "Using Sentry, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sentry-alternative": {
"url": "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Sentry
Ask Copilot: "Using Sentry, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sentry-alternative": {
"url": "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Sentry
Open Cascade and ask: "Using Sentry, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sentry-alternative": {
"url": "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Sentry
Ask Cline: "Using Sentry, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sentry-alternative --transport http "https://edge.vinkius.com/vk_preview_UdHnFmprmwayCFV8FiFHkye9JqzNMUa8tL9yL63m/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Sentry
Ask Claude: "Using Sentry, show me...". 15 tools are ready
Where the request belongs
Work Sentry can move forward.
This is for engineers who are tired of context-switching between Slack alerts and the Sentry dashboard. It helps on-call staff triage faster and managers audit alert noise across multiple projects.
On-Call Engineer
Uses the Connector to quickly grab stacktraces and breadcrumbs for high-priority alerts without leaving their terminal or chat.
Engineering Manager
Audits alert rules and release health to ensure the team isn't being spammed by noisy notifications.
Full Stack Developer
Searches for specific bug patterns and checks which release introduced a regression during a sprint.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSentry
Grant your AI agent full access to Sentry's Application Performance Monitoring capabilities to track raw exceptions, resolve error logs, and inspect crash stack traces dynamically.
BugSnag
Monitor application errors via BugSnag. track stability, inspect error groups, and retrieve event details directly from any AI agent.
Rollbar
Connect your AI assistant to Rollbar to identify active bugs, review stack traces, trace code deployments, and manage error lifecycles without leaving the chat.
Honeybadger (Error Tracking)
Monitor app exceptions and uptime via Honeybadger. list projects, resolve faults, and track deployments.
Airbrake
Catch application errors in real time, track performance bottlenecks, and keep your codebase healthy with proactive monitoring.
Dynatrace (APM and Observability)
Monitor and manage your Dynatrace environment. query metrics, track problems, manage entities, and automate observability workflows directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Sentry connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Sentry.
The practical details behind the request, access and result.
Can the Sentry MCP help me triage production errors faster?
Yes, it lets your AI client pull real-time error data so you can see stacktraces and breadcrumbs instantly without leaving your chat interface.
How does Sentry MCP help with on-call rotations?
It acts like a dedicated engineer that can check your issue backlog and tell you what needs attention right now, helping you prioritize your work.
Can I use Sentry MCP to see which release broke my app?
Yes, you can use it to correlate specific bugs with deployment versions to identify exactly which release introduced a regression.
Does Sentry MCP support searching for specific bugs?
You can use natural language to search for issues across your projects. The AI will handle the query syntax to find the bugs you need.
Can I manage my Sentry issues through an AI agent?
You can use the Connector to change statuses or assign bugs to team members directly from your chat, making it easier to manage your backlog.
Is the Sentry MCP good for auditing alert rules?
It is excellent for that. You can use it to see exactly how and where your team is being notified to help reduce alert fatigue.
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.
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.
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.
One connection away
Give your agent a direct line to Sentry.
Connect Sentry once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available