1

11

xiaxia12/11
0 Stars 1 次浏览 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "\u003cenglishName\u003e": {
      "headers": {
        "Authorization": ""
      },
      "type": "stdio",
      "url": ""
    }
  }
}

SSE 传输配置

{
  "mcpServers": {
    "\u003cenglishName\u003e": {
      "headers": {
        "Authorization": ""
      },
      "type": "sse",
      "url": ""
    }
  }
}

Streamable HTTP 传输配置

{
  "mcpServers": {
    "\u003cenglishName\u003e": {
      "headers": {
        "Authorization": ""
      },
      "type": "streamable-http",
      "url": ""
    }
  }
}

服务介绍

d

相关 MCP 服务