Better Stack Connector for AI agents.
10 live capabilities
Manage infrastructure monitoring and incident response from your chat interface.
Waiting for input…
Why people use Better Stack
Better Stack for Faster Incident Response
This Connector puts that data where you actually work. You can ask your agent for the status of a specific monitor or the details of an active incident. You get the facts you need in a few seconds without ever leaving your current capability.
What Vinkius changes
You get your entire infrastructure monitoring suite accessible through a single 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
Outage Triage
An SRE asks 'What's the status of the auth gateway?
- Real-world use case 02
Cron Job Audit
A backend dev asks 'Are the daily backups running?
- Real-world use case 03
New Service Launch
A dev wants to monitor a new API and uses create_monitor to set up an HTTP check instantly without leaving their editor.
Complete set · 10capabilities
The complete Better Stack capability set.
These are the exact actions your AI can choose when you ask it to work with Better Stack.
01—04
4 capabilities in this set.
Part of 10 available through Better Stack.
- 01 Capability
List heartbeats
See all heartbeat monitors to track recurring tasks and cron jobs. This helps you confirm that your background processes are still healthy.
- 02 Capability
List incidents
See a list of recent uptime incidents to track historical outages. This helps you quickly review what happened during past service disruptions.
- 03 Capability
Create monitor
Set up a new uptime monitor for a new service or endpoint. You can tell your agent to add a new URL to your monitoring list instantly.
- 04 Capability
Delete monitor
Remove a monitor that is no longer needed from your account. This keeps your list clean by getting rid of decommissioned services.
05—07
3 capabilities in this set.
Part of 10 available through Better Stack.
- 05 Capability
Get incident
Get the specific details and status of a single, active incident. Use this to pull the exact error messages or timestamps you need for triage.
- 06 Capability
Get monitor
Pull the full configuration and status of a specific monitor. This is the best way to see the exact settings for a single service.
- 07 Capability
List monitors
Get a full list of all your current uptime monitors in one view. You can use this to see every service your account is currently tracking.
08—10
3 capabilities in this set.
Part of 10 available through Better Stack.
- 08 Capability
List on calls
Check who is currently on-call and see the upcoming rotation schedule. This is useful for knowing who to contact during an emergency.
- 09 Capability
List status pages
View all your public-facing status pages to see what users see. Use this to verify that your public updates are accurate.
- 10 Capability
Update monitor
Change the configuration of an existing monitor quickly. This lets you adjust check intervals or endpoints without opening a browser.
Set up in minutes
One URL. Then ask Better Stack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Better Stack 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_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Better Stack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack URL.
- Step 03
Save and start
Save the connection and enable Better Stack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"better-stack": {
"url": "https://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack
Open Agent mode in chat and ask: "Using Better Stack, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"better-stack": {
"url": "https://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack
Ask Copilot: "Using Better Stack, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"better-stack": {
"url": "https://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack
Open Cascade and ask: "Using Better Stack, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"better-stack": {
"url": "https://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack
Ask Cline: "Using Better Stack, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add better-stack --transport http "https://edge.vinkius.com/vk_preview_QAa4ho1S8q5tWsBBJcqMpbW32eNjsNQvGSQMv2ng/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 Better Stack
Ask Claude: "Using Better Stack, show me...". 10 tools are ready
Where the request belongs
Work Better Stack can move forward.
This is for the ops engineer who's tired of clicking through dashboards at 2am or the SRE trying to coordinate a high-pressure outage without losing track of the on-call rotation.
DevOps Engineer
Checking heartbeat logs for cron jobs while debugging deployments.
SRE
Pulling incident history for post-mortems during a major outage.
Engineering Manager
Reviewing on-call schedules and status page updates for stakeholders.
When one Connector is not enough
Carry the request into a workflow.
Combine Better Stack with the systems that finish the task.
View all recipesMCP Recipe for Faster Incident Response
Endpoints monitored, failures detected, incidents auto-created, root cause traced to the commit , respond to outages before users tweet
Connectors That Correlate Incidents Across Capabilities
OpsGenie wakes your on-call engineer at 3am, Better Stack shows the uptime check failed, and nobody knows if this is the same incident that happened last Tuesday or something new
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBetter Stack
Automate incident management via Better Stack. monitor uptime, manage incidents, and control on-call schedules securely from your AI agent.
ncScale
Monitor and observe your no-code stack via ncScale. track logs, alerts, and tickets directly from your AI agent.
New Relic
Monitor and query your entire stack via New Relic NerdGraph. track entities, NRQL, and alerts directly from your AI agent.
Prometheus
Monitor your infrastructure with Prometheus. run PromQL queries, analyze metrics, and manage time-series data directly from your AI agent.
Datadog
Monitor infrastructure, applications, and logs with unified observability that gives you full-stack visibility in real time.
Gatus (Health Dashboard)
Monitor infrastructure health via Gatus. list endpoints, check real-time status, and analyze performance metrics directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Better Stack 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 Better Stack.
The practical details behind the request, access and result.
Can I use the Better Stack MCP to see who is on call?
Yes. You can ask your agent to pull the current rotation so you know exactly who is responsible for the system at any time.
Does the Better Stack MCP work for my cron jobs?
Yes. It can list all your heartbeat monitors so you can check if recurring tasks are running correctly.
Can I create new monitors with this Connector?
Yes. You can tell your agent to set up a new uptime monitor for any URL or service you need to track.
How do I see my public status pages?
You can ask your agent to list all your public status pages to verify that your public updates are accurate.
Can I get details on a specific outage?
Yes. Your agent can pull the specific details of an active incident, which is helpful for quick triage and post-mortems.
Is this Connector good for SRE teams?
Yes. It helps SREs quickly access incident history and on-call schedules without needing to navigate complex dashboards during high-pressure events.
Can I check if a specific website is down using the agent?
Yes! Use the list_monitors capability to see the status of all your monitored URLs. You can also use get_monitor with a specific ID to see its current status and last checked timestamp.
How do I see who is currently on-call?
Simply ask the agent to list_on_calls. It will retrieve the current schedules and rotations, showing you who is responsible for incident response right now.
Does the integration allow me to create a new heartbeat monitor?
Currently, the toolset focuses on managing monitors and retrieving incident/on-call data. You can list and inspect heartbeats, but for creating new monitors with complex notification rules, we recommend using the Better Stack dashboard.
One connection away
Give your agent a direct line to Better Stack.
Connect Better Stack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available