Back to MCP Servers
PiloTY
AI pilot for PTY operations enabling agents to control interactive terminals with stateful sessions, SSH connections, and background process management
developer-toolsaiagent
By yiwenlu66
Installation
npx -y PiloTYConfiguration
{
"mcpServers": {
"PiloTY": {
"command": "npx",
"args": ["-y", "PiloTY"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes