A
securityA
licenseA
qualityAn MCP server to run commands.
Last updated -
2
265
150
TypeScript
MIT License
一个简单的 MCP(模型上下文协议)服务器,允许访问虚拟机的命令行。启动后,它还会将主机连接到 Web,以便可以通过 MCP 进行访问。
运行开发服务器,对后端和前端进行热重载:
构建用于生产的前端和后端:
这将构建项目并启动服务器。默认情况下,将自动创建隧道。使用--no-tunnel
标志可禁用自动隧道。
execute_command
:在虚拟机上运行shell命令{ "command": "your shell command" }
start_tunnel
:创建 Web 隧道来访问 VM 界面{ "port": 8080, "subdomain": "optional-subdomain" }
启动隧道后,您可以通过隧道提供的 URL 访问基于 Web 的终端界面。此界面允许您执行以下操作:
创建一个.env
文件来配置服务器:
此工具可直接访问虚拟机的命令行。请考虑以下安全措施:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
一个简单的 MCP 服务器,允许通过基于 Web 的终端界面访问和执行 VM 机器上的 shell 命令,并具有自动隧道功能,可以从任何地方访问 VM。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leomercier/mcp-tunnel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server