MCP SSH Manager
MCP SSH Manager turns Claude Code and OpenAI Codex into remote server administrators. 37 MCP tools across six groups: core operations, persistent sessions, health monitoring, automated backups, database management, and advanced deployment.The standout feature is v3.1's tool activation system. In its default configuration, all 37 tools consume roughly 43,500 tokens of Claude Code's context window. Switch to minimal mode and that drops to 3,500 tokens—a 92% reduction. You activate only the tool groups you need for a given task.What It DoesSSH connections: Manage unlimited servers with password, SSH key, or ssh-agent authenticationProxyJump support: Multi-hop bastion host connections with circular dependency detection (v3.2.0)Database operations: MySQL, PostgreSQL, and MongoDB queries, dumps, and restores with SQL injection preventionAutomated backups: Scheduled database and filesystem backups with compressionHealth monitoring: Real-time CPU, RAM, disk usage, and service status checksFile operations: Upload, download, and rsync bidirectional synchronizationServer groups: Execute commands across multiple servers simultaneouslySSH tunneling: Local and remote port forwardingInstallnpm install -g mcp-ssh-manager claude mcp add ssh-manager node /path/to/mcp-ssh-manager/src/index.jsContext BudgetModeToolsContextAll (default)37~43.5K tokensMinimal5~3.5K tokensCustom5-37VariesRequires Node.js 18+, Bash 4.0+, and rsync for file sync operations. Cross-platform: Linux, macOS, and Windows.For more MCP servers, browse repos.skila.ai/servers. For AI DevOps tools, check tools.skila.ai.