F
licenseNot graded
qualityB
maintenanceProvides AI agents with persistent, interactive pseudo-terminal sessions for running CLI tools, SSH, and AWS SSM, including support for prompts, concurrent commands, and a live web TUI.
-
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: create, destroy, exec, checkpoint, list checkpoints, and restore. No overlap or ambiguity.
All tools follow a consistent `session_verb` pattern (e.g., session_create, session_exec, session_checkpoint), making the pattern predictable.
Six tools is well-scoped for the session management domain, covering the core lifecycle and checkpoint functionality without bloat.
Covers session creation, execution, destruction, and checkpoint CRUD. Minor gap: no tool to list all sessions, but the set is still quite complete for typical usage.