hostinger ssh mcp for Cline
io.github.ohvenkat/hostinger-ssh-mcp
MCP server for connecting Claude Code to a Hostinger VPS via SSH
client:Cline
transport:stdio
runtime:npm
Install hostinger ssh mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hostinger-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"hostinger-ssh-mcp"
],
"env": {
"VPS_HOST": "<VPS_HOST>",
"VPS_USER": "<VPS_USER>",
"VPS_PASS": "<VPS_PASS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs