VM Terminal
Summary
MCP Tunnel provides a secure way to access VM command lines through a web-based terminal interface. Built with TypeScript and Express, it creates a WebSocket connection for real-time command execution and automatically establishes a web tunnel using localtunnel, making the VM accessible from anywhere. The server exposes MCP tools for executing shell commands and managing tunnels, while the frontend delivers an interactive terminal experience with features like command history and proper output formatting, making it ideal for remote VM management without requiring direct SSH access.
Available Actions(2)
execute_command
Run a shell command on the VM. Parameters: { "command": "your shell command" }
start_tunnel
Create a web tunnel to access the VM interface. Parameters: { "port": 8080, "subdomain": "optional-subdomain" }
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论