Loading MCP server directory, please wait...
Curated ssh_probe diagnostics and single-host ssh_exec over an allowlisted SSH fleet.
npx @getmcp/cli add io.github.inhuman/mcp-ssh-fleetRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.inhuman/mcp-ssh-fleet": {
"command": "docker",
"args": [
"{inventory_path}:/etc/ssh-fleet/inventory.yaml:ro",
"{key_path}:/etc/ssh-fleet/id_ed25519:ro",
"run",
"-i",
"--rm",
"-e",
"SSH_FLEET_TRANSPORT",
"-e",
"SSH_FLEET_CMD_TIMEOUT_SECONDS",
"-e",
"SSH_FLEET_OUTPUT_CAP_BYTES",
"-e",
"SSH_FLEET_PROBE_CONCURRENCY",
"-e",
"SSH_FLEET_PROBE_MAX_HOSTS",
"-e",
"SSH_FLEET_AUTH_TOKEN",
"ghcr.io/inhuman/mcp-ssh-fleet:0.1.4"
],
"env": {
"SSH_FLEET_TRANSPORT": "stdio",
"SSH_FLEET_CMD_TIMEOUT_SECONDS": "20",
"SSH_FLEET_OUTPUT_CAP_BYTES": "8192",
"SSH_FLEET_PROBE_CONCURRENCY": "8",
"SSH_FLEET_PROBE_MAX_HOSTS": "50",
"SSH_FLEET_AUTH_TOKEN": ""
}
}
}
}