Wisdom MCP 网关

Wisdom MCP 网关

一个为 Wisdom MCP SSE 服务器设计的 stdio 网关。

快速入门

Wisdom MCP Gateway 是一个 stdio 网关,用于 Wisdom MCP SSE 服务器。

安装与运行

  1. 克隆仓库:git clone https://github.com/Hrily/wisdom-mcp-gateway.git
  2. 进入项目目录:cd wisdom-mcp-gateway
  3. 安装依赖:npm install
  4. 启动网关:node index.js

更多详情请参考 原项目