添加Apifox的MCP服务

This commit is contained in:
yuantao
2025-09-24 14:31:56 +08:00
parent 71da59ed54
commit df2f35f31f

View File

@@ -67,6 +67,14 @@
"GITLAB_PERSONAL_ACCESS_TOKEN": "",
"GITLAB_API_URL": "https://git.flyh5.cn/api/v4"
}
},
"API 文档": {
"description": "将Apifox项目的接口文档作为数据源提供给AI工具支持根据API文档生成代码、搜索接口内容等功能",
"command": "npx",
"args": ["-y", "@iflow-mcp/apifox-mcp-server", "--project-id="],
"env": {
"APIFOX_ACCESS_TOKEN": ""
}
}
}
}