Skip to content
Zed

StillOnline for Zed

io.github.shenwell/stillonline

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

client:Zed transport:stdio runtime:npm

Install StillOnline in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

StillOnline in other clients