Gitlab
Freeby MCP Community
MCP (Model Context Protocol) server for GitLab: list projects, commits, files, merge requests; list/create/update/delete issues and issue notes; list/get/create
v1.0.3Added Apr 12, 2026
mcpmodel-context-protocolgitlabcursorclaude
Gitlab MCP Server
MCP (Model Context Protocol) server for GitLab: list projects, commits, files, merge requests; list/create/update/delete issues and issue notes; list/get/create
Installation
Reviews
Installation
Quick install
npx -y @butterfly-liu/gitlab-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@butterfly-liu/gitlab-mcp"]
}
}
}