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
[{
    "id": 12345,
    "serverId": 67890,
    "serverName": "game-server-01",
    "category": "Dedicated Game Servers",
    "dcLocationId": 1,
    "ipAddress": [
        {"ipAddress": "203.0.113.3", "version": 4, "type": 1, "private": 0},
        {"ipAddress": "10.0.0.5", "version": 4, "type": 1, "private": 1}
    ],
    "numCpu": 8,
    "cpuType": "Intel Xeon E-2288G"
}]