{ "name": "hostinger-ssh-mcp", "version": "1.0.0", "description": "MCP server for connecting Claude Code to a Hostinger VPS via SSH", "main": "index.js", "type": "module", "bin": { "hostinger-ssh-mcp": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "mcp", "hostinger", "ssh", "claude", "claude-code", "vps" ], "author": "ohvenkat", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.3.1", "ssh2": "^1.17.0" } }