Gitlab Workflow
Freeby MCP Community
GitLab MCP: supports creating issues from requirements or modifying code and submitting merge requests from existing issues, while also providing a set of atomi
v0.1.2Added Apr 12, 2026
mcpmodel-context-protocolgitlabautomationissue-driven-development
Gitlab Workflow MCP Server
GitLab MCP: supports creating issues from requirements or modifying code and submitting merge requests from existing issues, while also providing a set of atomi
Installation
Reviews
Installation
Quick install
npx -y @chntif/mcp-gitlab-workflow
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab-workflow": {
"command": "npx",
"args": ["-y", "@chntif/mcp-gitlab-workflow"]
}
}
}