1

111111

Benson202402/aaaa
0 Stars 7 次浏览 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "my_mcp_server": {
      "args": [
        "--port",
        "8080",
        "--host",
        "0.0.0.0"
      ],
      "command": "/usr/bin/my_server_executable",
      "env": {
        "API_KEY": "your_api_key_here",
        "DB_HOST": "localhost",
        "DB_PORT": "3306"
      }
    }
  }
}

服务介绍

请提供需要翻译的英文技术文档内容。您当前只输入了“111”,没有具体的文档内容。如果有具体的段落或章节,请粘贴文本,我将根据您的要求进行翻译。

相关 MCP 服务