Initial commit

This commit is contained in:
yuantao
2025-09-29 14:05:25 +08:00
commit 6f0bb2f949
579 changed files with 99061 additions and 0 deletions

80
.iflow/settings.json Normal file
View File

@@ -0,0 +1,80 @@
{
"mcpServers": {
"Framelink Figma MCP": {
"description": "为AI编程工具提供Figma设计文件访问能力支持获取设计数据和下载图像资源帮助实现设计到代码的一键转换。",
"command": "npx",
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
"env": {
"FIGMA_API_KEY": ""
}
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
},
"context7": {
"description": "为开发者提供最新技术文档和代码示例的智能检索服务,支持库搜索和文档获取功能",
"command": "npx",
"args": ["-y", "@iflow-mcp/context7-mcp@1.0.0"]
},
"fetch": {
"description": "Fetch服务提供了获取各种格式的Web内容的功能包括HTML、JSON、纯文本、Markdown。",
"command": "npx",
"args": ["-y", "@iflow-mcp/fetch@1.0.2"]
},
"server-puppeteer": {
"description": "基于Puppeteer的浏览器自动化工具支持页面导航、截图、元素操作和JavaScript执行等功能",
"command": "npx",
"args": ["-y", "@iflow-mcp/server-puppeteer@0.6.2"],
"env": {
"PUPPETEER_LAUNCH_OPTIONS": "{\"executablePath\":\"C:\\Program Files\\Google\\Chrome\\Application\"}",
"ALLOW_DANGEROUS": "{\"executablePath\":\"C:\\Program Files\\Google\\Chrome\\Application\"}"
}
},
"math-tools": {
"description": "提供34个数学运算工具包含算术运算、统计计算、数据科学和表达式求值功能支持高精度计算。",
"command": "npx",
"args": ["-y", "@iflow-mcp/math-tools"]
},
"desktop-commander": {
"description": "强大的桌面文件系统和进程管理工具,提供文件操作、搜索、进程管理等全面功能",
"command": "npx",
"args": ["-y", "@iflow-mcp/desktop-commander"]
},
"desktop-commander-puls": {
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
},
"fast-filesystem": {
"command": "npx",
"args": ["-y", "fast-filesystem-mcp"]
},
"filesystem": {
"description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制",
"command": "npx",
"args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\"]
},
"mcp-server-code-runner": {
"description": "多语言代码执行器支持35种编程语言的代码片段执行包括JavaScript、Python、Go、Java等主流语言",
"command": "npx",
"args": ["-y", "@iflow-mcp/mcp-server-code-runner"]
},
"gitlab": {
"description": "提供GitLab项目管理、文件操作、Issue管理、合并请求等功能的MCP服务器工具集",
"command": "npx",
"args": ["-y", "@iflow-mcp/server-gitlab@latest"],
"env": {
"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": ""
}
}
}
}