upkeep-mcp for Cursor
io.github.tiagocalado86/upkeep-mcp
Website maintenance checks: domains, SSL, uptime, technical SEO and accessibility
client:Cursor
transport:stdio
runtime:npm
Install upkeep-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"upkeep-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"upkeep-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs