CursorPool
← 返回 MCP 列表
GitLab MCP

GitLab MCP

管理 GitLab 项目、合并请求与流水线,把代码托管接入对话。

ModelContextProtocol·690 次安装·23 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-gitlab

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitlab"
      ]
    }
  }
}