An MCP server that gives LLMs a real interactive PTY with observability and seamless human takeover.
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"
]
}
}
}
Run in terminal:
claude mcp add pty-bridge-mcp go run github.com/fzxbl/pty-bridge-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"pty-bridge-mcp": {
"command": "go",
"args": [
"run",
"github.com/fzxbl/pty-bridge-mcp@latest"
]
}
}
}