MCP Server
MCP
io.github.ohvenkat/hostinger-ssh-mcp
MCP server for connecting Claude Code to a Hostinger VPS via SSH
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "hostinger-ssh-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Hostinger VPS IP address",
"isRequired": true,
"format": "string",
"name": "VPS_HOST"
},
{
"description": "Your VPS SSH username (usually root)",
"isRequired": true,
"format": "string",
"name": "VPS_USER"
},
{
"description": "Your VPS SSH password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "VPS_PASS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment