{
  "markdown": "\\# hostinger-ssh-mcp\n\n\n\nAn MCP (Model Context Protocol) server that connects Claude Code to a Hostinger VPS via SSH. Run shell commands on your VPS directly from the Claude Code chat interface in VS Code.\n\n\n\n\\## Prerequisites\n\n\n\n\\- \\[Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) installed\n\n\\- A Hostinger VPS (or any Linux VPS) with SSH access\n\n\\- Node.js v18 or higher\n\n\n\n\\## Installation\n\n\n\n\\### 1. Install the package\n\n```bash\n\nnpm install -g hostinger-ssh-mcp\n\n```\n\n\n\n\\### 2. Create a .env file\n\n\n\nCreate a `.env` file in the package directory with your VPS credentials:\n\n```\n\nVPS\\_HOST=your\\_vps\\_ip\\_address\n\nVPS\\_USER=your\\_vps\\_username\n\nVPS\\_PASS=your\\_vps\\_password\n\n```\n\n\n\n\\### 3. Register with Claude Code\n\n```bash\n\nclaude mcp add hostinger-vps --scope user -- npx hostinger-ssh-mcp\n\n```\n\n\n\n\\### 4. Verify the connection\n\n```bash\n\nclaude mcp list\n\n```\n\n\n\nYou should see `hostinger-vps: ✓ Connected`.\n\n\n\n\\## Usage\n\n\n\nIn the Claude Code chat panel in VS Code, you can now run commands on your VPS naturally:\n\n\n\n\\- \\*\"Use run\\_command to check disk space on the VPS\"\\*\n\n\\- \\*\"Use run\\_command to show running Python processes\"\\*\n\n\\- \\*\"Use run\\_command to tail the last 50 lines of \\~/mybot/bot.log\"\\*\n\n\n\n\\## Security Notes\n\n\n\n\\- Never commit your `.env` file to version control\n\n\\- Consider setting up SSH key authentication instead of password for production use\n\n\\- The `.gitignore` included in this package excludes `.env` automatically\n\n\n\n\\## License\n\n\n\nMIT\n\n",
  "bytes": 1498,
  "sha": "d25ae40a5eb7a3369fe49a722587a7c79020bdebe2176a1cc350279961c0b060",
  "repo_slug": "ohvenkat/hostinger-ssh-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ohvenkat_hostinger_ssh_mcp_273fca32/readme"
}