pty-bridge-mcp

fzxbl/pty-bridge-mcp
★ 0 stars Go AI/LLM Updated today
An MCP server that gives LLMs a real interactive PTY with observability and seamless human takeover.
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": {
    "pty-bridge-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/fzxbl/pty-bridge-mcp@latest"
      ]
    }
  }
}

README Excerpt

一个基于真 PTY、支持人工接管的终端 MCP server。 pty-bridge-mcp 通过 [Model Context Protocol](https://modelcontextprotocol.io) 给 AI 模型 一个**真正的伪终端(PTY)**去驱动,并允许人随时从浏览器接管同一个会话。模型可以像人一样 操作交互式程序——登录 shell、`gdb`、Python REPL、`top`、`vim`——而不再局限于一次性的 管道命令。 - **真 PTY,不是管道。** 需要终端的程序(行编辑、颜色、全屏 TUI、REPL)都能正常工作, `gdb`、`python` 等交互式工具的行为与人使用时完全一致。