BugSnag Connector for AI agents.
10 live capabilities
Monitor application errors and app stability trends in real time.
Waiting for input…
Why people use BugSnag
BugSnag for real-time error monitoring and incident response
This Connector lets you keep your focus on the code. You can just ask your agent to pull the latest error trends or specific event details while you're still in your editor. You get the info you need instantly.
What Vinkius changes
You get instant answers about app stability without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Hotfix Scenario
An engineer gets a report of a crash.
- Real-world use case 02
The Release Check
A DevOps person wants to know if the production release is stable.
- Real-world use case 03
The Onboarding Task
A new dev needs to know which projects they have access to.
Complete set · 10capabilities
The complete BugSnag capability set.
These are the exact actions your AI can choose when you ask it to work with BugSnag.
01—04
4 capabilities in this set.
Part of 10 available through BugSnag.
- 01 Capability
Get error
Get the details of a specific error group to see its severity and frequency. This helps you understand how many users are impacted by a specific bug.
- 02 Capability
Get event
Pull the specific details of an individual error event for deep debugging. Use this to see the exact metadata of a single crash.
- 03 Capability
Get project
Retrieve the basic details of a specific project within your organization. This provides context on the project's scope and configuration.
- 04 Capability
Get project stats
Get the error trends and statistics for a project to monitor health over time. It's the fastest way to see if your error rate is spiking.
05—07
3 capabilities in this set.
Part of 10 available through BugSnag.
- 05 Capability
List release stages
See the release stages configured for a specific project. This helps you verify that your deployment is hitting the right environments.
- 06 Capability
List collaborators
See a list of everyone who has access to a specific organization. This helps you quickly identify who to tag during an incident.
- 07 Capability
List errors
Pull a list of all error groups associated with a specific project. Use this to scan for new issues after a deployment.
08—10
3 capabilities in this set.
Part of 10 available through BugSnag.
- 08 Capability
List events
Fetch a list of individual error events for a project. This lets you see a chronological list of what's happening in production.
- 09 Capability
List organizations
See all the organizations you have permission to access. This is great for managing multiple accounts or workspaces.
- 10 Capability
List projects
Get a list of all projects within a specific organization. Use this to quickly find the ID of the app you need to check.
Set up in minutes
One URL. Then ask BugSnag to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BugSnag 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_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BugSnag for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag URL.
- Step 03
Save and start
Save the connection and enable BugSnag in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bugsnag": {
"url": "https://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag
Open Agent mode in chat and ask: "Using BugSnag, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bugsnag": {
"url": "https://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag
Ask Copilot: "Using BugSnag, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bugsnag": {
"url": "https://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag
Open Cascade and ask: "Using BugSnag, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bugsnag": {
"url": "https://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag
Ask Cline: "Using BugSnag, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bugsnag --transport http "https://edge.vinkius.com/vk_preview_wRlJMXnuwnGgSbfZxaLiFZlkhMxE4ReZ74cD1g2d/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 BugSnag
Ask Claude: "Using BugSnag, show me...". 10 tools are ready
Where the request belongs
Work BugSnag can move forward.
This is for the engineer who gets paged at 3 AM and needs to know the impact of a bug immediately. It's for anyone tired of clicking through multiple screens to find a single error ID.
Software Engineer
Checking error groups for a specific project to see if a recent commit broke something on a Tuesday afternoon.
SRE
Monitoring release stage health and error trends to decide if a deployment should roll back during a push.
Product Manager
Getting a high-level summary of app stability to report to stakeholders without digging into the logs.
When one Connector is not enough
Carry the request into a workflow.
Combine BugSnag with the systems that finish the task.
View all recipesConnectors That Triage Production Errors
Your production app threw 1,200 errors overnight , your AI agent already triaged them, found the commits that caused them, and created prioritized tickets before standup
Turn Crashes Into Sprint Tickets Using MCP
Production errors grouped, impact measured, sprint tickets created, team alerted , turn crashes into actionable tickets without manual triage
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSentry
Monitor errors and application health via Sentry. query issues, inspect events, audit releases and check alert rules 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.
Airbrake
Catch application errors in real time, track performance bottlenecks, and keep your codebase healthy with proactive monitoring.
Honeybadger (Error Tracking)
Monitor app exceptions and uptime via Honeybadger. list projects, resolve faults, and track deployments.
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.
OpenReplay
Debug web applications by inspecting user sessions, technical events, and project data directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep BugSnag 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 BugSnag.
The practical details behind the request, access and result.
How can I use BugSnag MCP to find errors?
You can ask your agent to list all error groups for a specific project or pull details on a specific error group. This lets you see what's crashing without manual filtering.
Can BugSnag MCP show me my project stats?
Yes, it can pull error trends and health statistics for any project. You can ask for a summary of how the app is performing over the last day or week.
Does BugSnag MCP work with Cursor?
Yes, it works with Cursor and any other MCP-compatible client. You can use it to monitor your production app's stability directly from your editor.
Can I see who's on my team with BugSnag MCP?
You can ask the agent to list the collaborators for your organization. It's a quick way to see who has access to your projects.
How do I check if my release is healthy?
You can ask the agent to list the release stages for your project. It will show you which environments are configured and what their status is.
What happens when I ask for error trends?
The agent pulls the latest statistics for your project and summarizes the error frequency and trends, giving you a high-level view of app health.
Can I check the stability trend for a project using the agent?
Yes! Use the get_project_stats capability with the Project ID. Your agent will fetch the error trends and statistics, allowing you to monitor health over time.
How do I list the top errors for my application?
Simply ask the agent to list_errors and provide the Project ID. It will retrieve the error groups from your BugSnag account, including messages and event counts.
Does the integration allow inspecting a specific error occurrence?
Yes. Use the get_event capability with the Event ID. It will retrieve the full details for that specific occurrence, which is helpful for deep debugging.
One connection away
Give your agent a direct line to BugSnag.
Connect BugSnag once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available