interactive-shell-mcp.md

Interactive Shell MCP

UI App
from"lightos"
650

Persistent shell environments with full TTY support and interactive program handling

Developer Tools
shellinteractiveTTYpersistent
install.sh
# Clone the repository
$git clone https://github.com/lightos/interactive-shell-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve