You've already forked template-MP
添加MCP服务器
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
|
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
|
||||||
"env": {
|
"env": {
|
||||||
"FIGMA_API_KEY": "figd__W7JKfkyWThg_yIAFVBm1o_2sz7jnoW5_Z6cvexN"
|
"FIGMA_API_KEY": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"playwright": {
|
"playwright": {
|
||||||
@@ -53,6 +53,20 @@
|
|||||||
"description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制",
|
"description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制",
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\yuantao"]
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user