MCP-APIKit:Windsurf IDE 的 API 工具包
从 Eolink OpenAPI 获取 API 文档信息并集成到 Windsurf IDE 中。
快速入门
- 克隆仓库: git clone https://github.com/scarqin/mcp-apikit.git cd mcp-apikit
- 安装依赖: pnpm install
- 创建
.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 - 启动服务: pnpm start
- 在 Windsurf IDE 中添加 MCP 服务器配置: "mcpServers": { "apikit": { "command": "node", "args": ["/path/to/dist/index.js"] } }