purple-ssh 2.43.2

Open-source terminal SSH manager and SSH config editor. Search hundreds of hosts, sync from 16 clouds, transfer files, manage Docker and Podman over SSH, sign short-lived Vault SSH certs and expose an MCP server for AI agents. Rust TUI, MIT licensed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "servers": [
        {
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "name": "web-1",
            "state": "running",
            "commercial_type": "DEV1-S",
            "tags": ["production"],
            "public_ips": [
                {"id": "ip-1", "address": "51.15.1.2", "family": "inet"}
            ],
            "zone": "fr-par-1"
        }
    ]
}