Loading MCP server directory, please wait...
Stdio MCP server that inspects and (with confirmation) mutates one VPS over SSH.
npx @getmcp/cli add io.github.koller-nexus/vps-ops-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VPS_SSH_KEY_PATHAbsolute path to a readable SSH private key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.koller-nexus/vps-ops-mcp": {
"command": "bunx",
"args": [
"@koller-nexus/vps-ops-mcp"
],
"env": {
"VPS_SSH_KEY_PATH": "",
"VPS_HOST": "",
"VPS_USER": "",
"VPS_PORT": "",
"VPS_COMPOSE_DIR": "",
"VPS_COMMAND_TIMEOUT_MS": "",
"VPS_LOG_MAX_BYTES": "",
"VPS_ALLOW_MUTATIONS": "",
"VPS_SSH_KEY_PASSPHRASE": ""
}
}
}
}