mcp-multi-ssh

hl9020/mcp-multi-ssh
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
MCP server for multi-host SSH connections, manage and execute commands on multiple remote servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-multi-ssh": {
      "command": "npx",
      "args": [
        "-y",
        "hl9020/mcp-multi-ssh"
      ]
    }
  }
}