How to Use the Gatus (Health Dashboard) MCP in Cursor
Build resilient code with Cursor. Use Gatus (Health Dashboard) to feed live infrastructure metrics into your AI agent's context.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gatus (Health Dashboard) MCP to Cursor
Create your Vinkius account to connect Gatus (Health Dashboard) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Agent-driven infrastructure audits
Let your agent run `list_endpoints` to verify your environment before you start coding. It identifies which services are down before you write a single line of code. Cursor then uses this data to suggest fixes. You're coding against reality, not guesses.
Performance data in your editor
Call `get_endpoint_stats` while you're working on a service. Your agent gets the exact response times, which helps it write more efficient database queries. Stop relying on stale documentation. You have the latest performance numbers right in your chat panel.
Automated health checks
Use `get_endpoint_health` to verify your changes in real-time. Your agent can call this tool after a build to ensure the service is actually passing its health tests. It provides immediate feedback. If the test fails, you know exactly which endpoint is causing the issue.
Set up Gatus (Health Dashboard) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Gatus (Health Dashboard) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Gatus (Health Dashboard) transactions." If the MCP tools are loaded correctly, Cursor will call the Gatus (Health Dashboard) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"gatus-health-dashboard-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Gatus. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Gatus (Health Dashboard) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gatus (Health Dashboard) MCP today
We host it, we monitor it, we maintain it. You just paste one token.