StillOnline for Cursor
io.github.shenwell/stillonline
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
client:Cursor
transport:stdio
runtime:npm
Install StillOnline in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stillonline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
],
"env": {
"STILLONLINE_API_KEY": "<STILLONLINE_API_KEY>",
"STILLONLINE_API_BASE": "<STILLONLINE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs