Odel
StillOnline

StillOnline

Local
@shenwellTypeScriptMITUpdated 2mo ago

StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstillonline-mcpv0.3.6

Run

npx -y stillonline-mcp

MCP client config

{
  "mcpServers": {
    "stillonline": {
      "command": "npx",
      "args": [
        "-y",
        "stillonline-mcp"
      ]
    }
  }
}