mcp-tunnel
If you are the rightful owner of mcp-tunnel and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
MCP Tunnel is a simple Model Context Protocol server that allows accessing the command line of a VM machine through a web-based interface.
MCP Tunnel is designed to facilitate remote access to a VM's command line interface via the Model Context Protocol. It provides a web-based terminal interface that allows users to execute shell commands on a VM from anywhere, thanks to its automatic tunneling feature. The server uses WebSocket-based real-time communication to ensure seamless interaction with the VM. This tool is particularly useful for developers and system administrators who need to manage VMs remotely. It requires Node.js (v18 or newer) and can be run using npx for quick access or installed globally for regular use. The server can be started with or without automatic tunneling, and it provides a web interface for executing commands and viewing outputs in real-time. Security considerations are important, as the tool provides direct access to the VM's command line.
Features
- Execute shell commands on a VM through MCP
- Web-based terminal interface for VM interaction
- Automatic tunneling to make the VM accessible from anywhere
- WebSocket-based real-time communication
Tools
execute_command
Run a shell command on the VM
start_tunnel
Create a web tunnel to access the VM interface