MCP-APIKit:Windsurf IDE 的 API 工具包

MCP-APIKit:Windsurf IDE 的 API 工具包

从 Eolink OpenAPI 获取 API 文档信息并集成到 Windsurf IDE 中。

快速入门

  1. 克隆仓库: git clone https://github.com/scarqin/mcp-apikit.git cd mcp-apikit
  2. 安装依赖: pnpm install
  3. 创建 .env 文件并配置以下变量: EOLINK_API_KEY=your_eolink_api_key EOLINK_BASE_URL=https://api.eolink.com SPACE_ID=your_space_id PROJECT_ID=your_project_id
  4. 启动服务: pnpm start
  5. 在 Windsurf IDE 中添加 MCP 服务器配置: "mcpServers": { "apikit": { "command": "node", "args": ["/path/to/dist/index.js"] } }