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
{
"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