StillOnline for Claude Desktop
io.github.shenwell/stillonline
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
client:Claude Desktop
transport:stdio
runtime:npm
Install StillOnline in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
],
"env": {
"STILLONLINE_API_KEY": "<STILLONLINE_API_KEY>",
"STILLONLINE_API_BASE": "<STILLONLINE_API_BASE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs