Skip to content
Windsurf

hostinger ssh mcp for Windsurf

io.github.ohvenkat/hostinger-ssh-mcp

MCP server for connecting Claude Code to a Hostinger VPS via SSH

client:Windsurf transport:stdio runtime:npm

Install hostinger ssh mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hostinger-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hostinger-ssh-mcp"
      ],
      "env": {
        "VPS_HOST": "<VPS_HOST>",
        "VPS_USER": "<VPS_USER>",
        "VPS_PASS": "<VPS_PASS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

hostinger ssh mcp in other clients