termmirror

Ar9av/termmirror
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
MCP server giving AI agents real interactive terminal sessions — PTY, TUIs, REPLs, SSH, even another agent's CLI — with a live web view a human can watch and type into
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "termmirror": {
      "command": "npx",
      "args": [
        "-y",
        "Ar9av/termmirror"
      ]
    }
  }
}

README Excerpt

An MCP server that gives AI agents real interactive terminal sessions — and a live web view where a human can watch those sessions and type into them. Most agent tooling can only run commands that exit on their own. Anything that prompts, redraws, or waits for a keystroke is out of reach: installers, `ssh` with a password

Tools (10)

TERMINAL_NO_UITERMINAL_UI_PORTcreate_sessionkill_sessionlist_sessionsread_screenresizesend_inputsend_keyswait

Topics

ai-agentsclaude-codeinteractive-terminalmcpmcp-servermodel-context-protocolptyterminaltui