Back to MCP directory
publicPublicdnsLocal runtime

mcp-vm-server

提供基于Magalu云的虚拟机环境,通过模型上下文协议(MCP)实现代码执行和虚拟资源交互,支持LLM与沙箱化VM的安全集成,增强代理能力。

article

README

🚀 基于Magalu Cloud的虚拟机环境项目

本项目提供了一个基于Magalu Cloud的虚拟机器环境,该环境可通过模型上下文协议进行访问。其主要价值在于支持代码执行,实现与虚拟化资源的交互。同时,促进大型语言模型(LLMs)与受sandbox隔离的虚拟机集成,让工具能在安全环境下运行并访问资源,还通过提供可编程且隔离的执行上下文增强了代理功能。

🚀 快速开始

你可以在smithery获取该虚拟机环境,链接如下: https://smithery.ai/server/@lfpicoloto1/mcp-vm-server

✨ 主要特性

  • 提供基于Magalu Cloud的虚拟机器环境,可通过模型上下文协议访问。
  • 支持代码执行,实现与虚拟化资源的交互。
  • 促进大型语言模型(LLMs)与受sandbox隔离的虚拟机集成,保障工具在安全环境下运行并访问资源。
  • 通过提供可编程且隔离的执行上下文增强代理功能。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client