h

hajimi

MoYang303/hajimi
Hosted
0 Stars 45 次浏览 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "command": {
      "args": [
        "-y",
        "universal-command-mcp@2.0.0"
      ],
      "command": "npx",
      "env": {
        "MCP_HOST": "0.0.0.0",
        "MCP_PATH": "/mcp",
        "MCP_PORT": "3000"
      }
    }
  }
}

可用工具 (2 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

execute_command 9 个参数 需填 1 项

Execute an arbitrary command on the MCP server host. The command inherits the MCP process permissions. On Windows, auto uses cmd.exe; on Linux/macOS, auto uses /bin/sh.

必填参数:command

execute_base64_command 9 个参数 需填 1 项

Decode a canonical standard Base64 value as UTF-8 and execute it on the MCP server host. Base64 is a transport encoding, not encryption or authorization.

必填参数:commandBase64

服务介绍

请提供需要翻译的英文技术文档内容。您当前只输入了“11111”,没有具体的文档内容。如果有具体段落或文件,请粘贴文本以便我进行翻译。

相关 MCP 服务