Manages persistent terminal sessions, allowing commands to run continuously even after client disconnection, ideal for AI assistants and long-running tasks.
This robust Model Context Protocol (MCP) server, built with TypeScript and powered by `node-pty`, provides seamless management of persistent terminal sessions. It ensures that your terminal commands continue executing even if the client disconnects, making it an indispensable tool for AI assistants like Claude, Cursor, and Cline that perform lengthy operations. The tool offers intelligent output handling with various reading modes (full, head, tail, incremental) and token estimation, smart spinner animation compression to reduce verbose output, and an intuitive web-based interface for real-time terminal interaction and monitoring. Additionally, it integrates with OpenAI Codex CLI for automated bug fixing, generating detailed reports and streamlining the development workflow.