hostinger ssh mcp for Grok
io.github.ohvenkat/hostinger-ssh-mcp
MCP server for connecting Claude Code to a Hostinger VPS via SSH
client:Grok
transport:stdio
runtime:npm
Install hostinger ssh mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hostinger-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hostinger-ssh-mcp"
],
"env": {
"VPS_HOST": "<VPS_HOST>",
"VPS_USER": "<VPS_USER>",
"VPS_PASS": "<VPS_PASS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs