Skip to content
VS Code

Exit1 Uptime Monitoring for VS Code

dev.exit1/exit1-mcp

Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.

client:VS Code transport:streamable-http runtime:npm

Install Exit1 Uptime Monitoring in VS Code

.vscode/mcp.json

{
  "servers": {
    "exit1-mcp": {
      "type": "http",
      "url": "https://app.exit1.dev/mcp/v1"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Exit1 Uptime Monitoring in other clients