terminal-mcp.md

Terminal MCP

UI App
from"elleryfamilia"
780

Terminal emulator giving LLMs shared view of your terminal session for debugging

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