Skip to content
Grok

StillOnline for Grok

io.github.shenwell/stillonline

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

client:Grok transport:stdio runtime:npm

Install StillOnline in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stillonline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "env": {
        "STILLONLINE_API_KEY": "<STILLONLINE_API_KEY>",
        "STILLONLINE_API_BASE": "<STILLONLINE_API_BASE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

StillOnline in other clients