pty-mcp by raychao-oao
28 score
Interactive PTY sessions for AI agents — local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency.
Ranked #1201 out of 1780 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 0%
Stars 1
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Issue Health high impact
Contributors medium impact
Stars low impact
Supported Platforms
From the README
# pty-mcp An MCP (Model Context Protocol) server that gives AI agents interactive terminal sessions — local shells, SSH, serial ports, and persistent remote sessions that survive disconnects. ## Why AI coding agents run commands in non-interactive shells. They can't: - Interact with running programs (send stdin, ctrl+c) - Use REPLs (python3, node, psql) - Keep session state (cd, export, running processes) - Manage long-running tasks across reconnects pty-mcp solves all of these by providing real PTY sessions over MCP. ## Features | Feature | Description | |---------|-------------| | **Local terminal** | Interactive bash/python/node sessions on local machine | | **SSH sessions** | Connect to remote hosts with key/password auth, SSH config support | | **Serial port** | Connect to devices via serial (IoT, embedded, network gear) | | **Persistent sessions** | Sessions survive SSH disconnects via `ai-tmux` daemon | | **Attach/Detach** | Detach from a running session, reconnect later |Read full README on GitHub →