# TwiN/gatus | Model Context Protocol (MCP) Server > Automated developer-oriented status page with alerting and incident support - **Stars**: ⭐ 11,756 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gatus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gatus" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gatus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gatus" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gatus` - **Docker**: `docker run -i --rm mcp/gatus`