Skip to content
Gemini CLI

hostinger ssh mcp for Gemini CLI

io.github.ohvenkat/hostinger-ssh-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install hostinger ssh mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hostinger ssh mcp in other clients