MCP Server for VPS sandbox execution — run commands, scripts, and manage sessions remotely via MCP protocol. Supports stdio and SSE transports.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vps-mcp-server": {
"command": "npx",
"args": [
"-y",
"zhy1369800/vps-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vps-mcp-server npx -y zhy1369800/vps-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vps-mcp-server": {
"command": "npx",
"args": [
"-y",
"zhy1369800/vps-mcp-server"
]
}
}
}