From 71da59ed544e03a30ae53fa23d4a320eda2b7380 Mon Sep 17 00:00:00 2001 From: yuantao Date: Wed, 24 Sep 2025 14:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0MCP=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .iflow/settings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.iflow/settings.json b/.iflow/settings.json index c72d051..6aa118b 100644 --- a/.iflow/settings.json +++ b/.iflow/settings.json @@ -5,7 +5,7 @@ "command": "npx", "args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"], "env": { - "FIGMA_API_KEY": "figd__W7JKfkyWThg_yIAFVBm1o_2sz7jnoW5_Z6cvexN" + "FIGMA_API_KEY": "" } }, "playwright": { @@ -53,6 +53,20 @@ "description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制", "command": "npx", "args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\yuantao"] + }, + "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" + } } } }