01File Transfer: Enables native reading and writing of remote files using `cat` and `tee` over the existing PTY.
02Persistence: SSH connections remain alive in `tmux` even if the MCP server or AI client restarts.
03Safety: Includes built-in command validation to prevent common dangerous operations.
04Observability: Manually attach to `tmux` sessions to monitor AI agent activity in real-time.
05Reliability: Uses `ssh -G` for robust configuration resolution, handling aliases and identity files.
061 GitHub stars