statuscake mcp for Cursor
io.github.mrfentmen/statuscake-mcp
StatusCake API: uptime checks, history, alerts, locations.
client:Cursor
transport:stdio
runtime:npm
Install statuscake mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statuscake-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statuscake-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs