StillOnline for Windsurf
io.github.shenwell/stillonline
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
client:Windsurf
transport:stdio
runtime:npm
Install StillOnline in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
],
"env": {
"STILLONLINE_API_KEY": "<STILLONLINE_API_KEY>",
"STILLONLINE_API_BASE": "<STILLONLINE_API_BASE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs