Catalog
io.github.shenwell/stillonline
Officialby shenwell · TypeScript
StillOnline
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
Monitor uptime, status pages, and system checks via REST API for Cursor and Claude Code.
README not available yet.
Install
Configuration
Environment variables
STILLONLINE_API_KEYrequiredsecretStillOnline API key (Pro/Ultimate). Create at https://stillonline.tech/app/settings/api
STILLONLINE_API_BASEOptional API base URL (default https://api.stillonline.tech/v1)
claude_desktop_config.json
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp@0.3.6"
],
"env": {
"STILLONLINE_API_KEY": "<YOUR_STILLONLINE_API_KEY>",
"STILLONLINE_API_BASE": "<YOUR_STILLONLINE_API_BASE>"
}
}
}
}