VPS Ops for Cursor
io.github.koller-nexus/vps-ops-mcp
Stdio MCP server that inspects and (with confirmation) mutates one VPS over SSH.
client:Cursor
transport:stdio
runtime:npm
Install VPS Ops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vps-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@koller-nexus/vps-ops-mcp"
],
"env": {
"VPS_SSH_KEY_PATH": "<VPS_SSH_KEY_PATH>",
"VPS_HOST": "<VPS_HOST>",
"VPS_USER": "<VPS_USER>",
"VPS_PORT": "<VPS_PORT>",
"VPS_COMPOSE_DIR": "<VPS_COMPOSE_DIR>",
"VPS_COMMAND_TIMEOUT_MS": "<VPS_COMMAND_TIMEOUT_MS>",
"VPS_LOG_MAX_BYTES": "<VPS_LOG_MAX_BYTES>",
"VPS_ALLOW_MUTATIONS": "<VPS_ALLOW_MUTATIONS>",
"VPS_SSH_KEY_PASSPHRASE": "<VPS_SSH_KEY_PASSPHRASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs