Raygun Connector for AI agents.
7 live capabilities
Monitor application health and crash reports in real-time.
Waiting for input…
Why people use Raygun
Raygun for Real-Time Error Tracking and Crash Reporting
This Connector changes that by putting all those actions into your AI client. You can just ask your agent to find the latest deployment or pull up specific RUM sessions. It turns your chat into a command center for application stability, letting you get the data you need in seconds.
What Vinkius changes
You get instant, natural language access to your entire Raygun monitoring stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging a production crash
A dev finds a bug in production and asks the agent to find RUM sessions from the US to see the crash using rum_search_sessions.
- Real-world use case 02
Correlating a performance spike
An SRE notices a spike and asks the agent to list deployments for the web-app to see what changed using list_deployments.
- Real-world use case 03
Logging a local QA bug
A QA tester wants to log a specific error they found locally using a manual crash report via send_crash_report.
Complete set · 7capabilities
The complete Raygun capability set.
These are the exact actions your AI can choose when you ask it to work with Raygun.
01—04
4 capabilities in this set.
Part of 7 available through Raygun.
- 01 Capability
Create legacy deployment
Create a new deployment using the legacy API for older system compatibility.
- 02 Capability
List applications
Get a full list of all applications currently accessible in your Raygun account.
- 03 Capability
List deployments
View the history of deployments for a specific application to see recent changes.
- 04 Capability
Rum authenticate
Handle the authentication process for the legacy RUM API.
05—07
3 capabilities in this set.
Part of 7 available through Raygun.
- 05 Capability
Rum get session
Pull the specific metadata and details for a single RUM session.
- 06 Capability
Rum search sessions
Search through your RUM sessions to find specific user journeys or locations.
- 07 Capability
Send crash report
Send a manual error payload to Raygun to track a specific crash.
Set up in minutes
One URL. Then ask Raygun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Raygun 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_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Raygun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun URL.
- Step 03
Save and start
Save the connection and enable Raygun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"raygun": {
"url": "https://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun
Open Agent mode in chat and ask: "Using Raygun, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"raygun": {
"url": "https://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun
Ask Copilot: "Using Raygun, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"raygun": {
"url": "https://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun
Open Cascade and ask: "Using Raygun, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"raygun": {
"url": "https://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun
Ask Cline: "Using Raygun, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add raygun --transport http "https://edge.vinkius.com/vk_preview_QpfOtHUiSame8oggeIDGUEXJk4SI9HG2gUoF0CTJ/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 Raygun
Ask Claude: "Using Raygun, show me...". 7 tools are ready
Where the request belongs
Work Raygun can move forward.
This is for the engineers and ops folks who are tired of dashboard fatigue and want to see what's breaking in their apps without the friction of manual navigation.
DevOps Engineer
Checking deployment status and app health during a rollout without leaving the terminal.
Software Engineer
Sending manual crash reports during QA and inspecting RUM sessions to reproduce bugs.
Product Owner
Querying user session data to see how new features are performing in the wild.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRollbar
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.
Sentry
Monitor errors and application health via Sentry. query issues, inspect events, audit releases and check alert rules directly from any AI agent.
BugSnag
Monitor application errors via BugSnag. track stability, inspect error groups, and retrieve event details directly from any AI agent.
OpenReplay
Debug web applications by inspecting user sessions, technical events, and project data directly from your AI agent.
Airbrake
Catch application errors in real time, track performance bottlenecks, and keep your codebase healthy with proactive monitoring.
Bring your own AI
Change the model, client or framework. Keep Raygun 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 Raygun.
The practical details behind the request, access and result.
How can I use the Raygun MCP to monitor my app?
You can use the Raygun MCP to check your application status, view recent deployments, and search for user sessions using natural language commands in your AI client.
Can I send manual crash reports to Raygun using this?
Yes, you can ask your agent to send a manual crash report. This is great for logging specific errors you encounter during testing before they hit your production environment.
Does the Raygun MCP support Real User Monitoring (RUM)?
Yes, it provides full access to RUM data. You can search for sessions based on location or keys and pull up specific metadata to debug user journeys.
Can I see my deployment history through the Raygun MCP?
You can ask your agent to list deployments for any specific application. It will return a history of versions, dates, and the users who pushed them.
How do I connect my Raygun account to my AI agent?
Simply subscribe to the Raygun MCP on Vinkius and enter your Raygun Personal Access Token or API Key to link your account to your AI client.
Can I use the Raygun MCP to debug specific user sessions?
Yes, you can query the Connector to find specific sessions and retrieve detailed metadata, helping you understand exactly where a user encountered a problem.
Does the Raygun MCP work with my existing Raygun API key?
Yes, it uses your existing Raygun API key or Personal Access Token to authenticate and interact with your account data securely.
How can I see a list of all my Raygun applications?
Use the list_applications capability. It will retrieve all applications associated with your Personal Access Token, including their IDs and names.
Can I manually report an error that happened on a specific machine?
Yes, use the send_crash_report capability. You can specify the machine name, error message, stack trace, and even custom data to be sent to Raygun.
How do I search for user sessions from a specific country?
First, authenticate using rum_authenticate to get a session key. Then, use rum_search_sessions and provide the country code in the parameters.
One connection away
Give your agent a direct line to Raygun.
Connect Raygun once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available