端云协同

evanlee/cloud2local
0 Stars 12 次浏览 李不是狼 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "relay": {
      "args": [
        "run",
        "--from",
        "git+https://github.com/plhys/relay-mcp",
        "relay-mcp"
      ],
      "command": "uv"
    }
  }
}

服务介绍

relay-mcp

纯云卌同中绫 MCP Server,提供任务队列功能。

工具

  • send_task(command) - 发送任务
  • pull_task() - 拉取任务
  • push_result(task_id, output) - 回传结果
  • get_result(task_id) - 查询结果

相关 MCP 服务