
云助手
STDIONatural language-driven command execution on cloud server instances for operations and troubleshooting
Natural language-driven command execution on cloud server instances for operations and troubleshooting
云助手的 MCP Server 实现,可以自然语言驱动向云服务器实例发送和执行自定义命令,适用于ECS带内运维、故障排查、环境检测、软件管理等场景。目前支持Linux操作系统。
版本 | v0.1.0 |
描述 | 自然语言驱动向云服务器实例发送和执行自定义命令 |
分类 | 计算 |
标签 | 命令执行、带内运维 |
本 MCP Server 产品提供以下 Tools:
向目标实例发送命令,生成一条执行记录,等待执行完成,然后检索并返回执行结果。 run_command工具提供命令执行的带内通道,执行模型生成的命令。
输入
{ "inputSchema": { "type": "object", "required": ["instance","region","command_content"], "properties": { "instance": { "description": "实例名称", "type": "string" }, "region": { "description": "实例所在地域,默认cn-beijing,支持cn-shanghai、cn-guangzhou、ap-southeast-1等", "type": "string" }, "command_content": { "description": "执行命令内容", "type": "string" } } }, "name": "run_command", "description": "提供命令执行的带内通道,执行模型生成的命令" }
输出:(命令的执行输出结果)
{ "type":"text", "text":"cloud_assistant_cmd.sh cloud_monitor_agent_cmd.sh " }
1. 查询cn-beijing地域下实例i-ydtoqt4pogh9l3bp82xx的操作系统信息 2. 查看实例i-ydtoqt4pogh9l3bp82xx的CPU使用情况
方舟、cursor、claude desktop 或支持MCP server调用的其他终端
服务类产品,无需开通
火山引擎AKSK鉴权体系
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
UV
{ "mcpServers": { "mcp_server_cloud_assistant": { "command": "uv", "env": { "VOLC_ENDPOINT":"Volcengine OpenApi Endpoint", "VOLC_ACCESSKEY":"Your Volcengine access key", "VOLC_SECRETKEY":"Your Volcengine secret key" }, "args": [ "--directory", "/<your local path to mcp-servers>/mcp_server_cloud_assistant/src/mcp_server_cloud_assistant", "run", "mcp-server-cloud-assistant" ] } } }
UVX
{ "mcpServers": { "mcp_server_cloud_assistant": { "command": "uvx", "env": { "VOLC_ENDPOINT":"Volcengine OpenApi Endpoint", "VOLC_ACCESSKEY":"Your Volcengine access key", "VOLC_SECRETKEY":"Your Volcengine secret key" }, "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_cloud_assistant", "mcp-server-cloud-assistant" ] } } }
volcengine/mcp-server is licensed under the MIT License