Exit1 Uptime Monitoring for Claude Desktop
dev.exit1/exit1-mcp
Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Exit1 Uptime Monitoring in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exit1-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.exit1.dev/mcp/v1"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs