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" }
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요