Skip to main content
Developer ToolsPython

yiwenlu66/PiloTY

AI pilot for PTY operations enabling agents to control interactive terminals with stateful sessions, SSH connections, and background process management

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yiwenlu66/PiloTY

Claude Desktop configuration example:

{
  "mcpServers": {
    "piloty": {
      "command": "npx",
      "args": [
        "-y",
        "yiwenlu66/PiloTY"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
yiwenlu66