chntif/mcp-gitlab-workflow
MCP server for GitLab workflow automation (issue, branch, commit, merge request, review)
Overview
chntif/mcp-gitlab-workflow is a JavaScript MCP server licensed under MIT. MCP server for GitLab workflow automation (issue, branch, commit, merge request, review)
Ranked #96 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-gitlab-workflow `mcp-gitlab-workflow` 是一个面向 GitLab 的 MCP 服务,目标是让 AI Agent 通过工具调用完成完整研发流程:需求解析、Issue、分支、提交、MR、审查评论、Issue 回填、以及本地仓库分支同步。 ## 1. 核心能力 - `workflow_*`:工作流编排工具,适合“直接完成任务链路” - `gitlab_*`:原子 API 工具,适合“自定义编排与精细控制” > 说明:`workflow_start` 与 `workflow_complete` 已在当前版本彻底移除,统一使用新工作流工具。 ## 2. Workflow 工具 - `workflow_requirement_to_issue`:分析需求并创建 Issue(支持标签自动建议/自动创建、默认指派给当前用户) - `workflow_review_mr_post_comment`:读取 MR 变更并发布审查评论,可选自动审批 - `workflow_sync_local_branch`:本地仓库 `fetch/pull/checkout` 切换到目标分支 - `workflow_issue_to_delivery`:基于已有 Issue 完成“建分支→提交→MR→审查评论→本地切分支→Issue 评论→Issue Log” - `workflow_requirement_to_delivery`:从需求开始的一体化全链路(先建 Issue,再走 `workflow_issue_to_delivery`) - `workflow_issue_log_append`:向本地 issue log 追加记录 ## 3. GitLab 原子工具 - 用户与标签:`gitlab_get_current_user`、`gitlab_list_labels`、`gitlab_create_label`、`gitlab_update_label`、`gitlab_delete_label` - Issue:`gitlab_create_issue`、`gitlab_get_issue`、`gitlab_get_issue_notes`、`gitlab_add_issue_comment`(支持基于 MR 变更自动生成评论Read full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.