MCPServers
VM Terminal - MCP server logo

VM Terminal

2
0

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" }

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签