Official GitLab integration β manage CI/CD pipelines, merge requests, and issues inside AI workflows
The official GitLab MCP server gives AI agents access to GitLab projects, issues, merge requests, and CI/CD pipelines. Teams can automate code review, triage incidents, and coordinate releases without leaving their AI workspace. Features: - Search and manage issues, merge requests, and epics - Trigger and inspect pipeline runs - Review code diffs and file changes - Manage milestones, boards, and deployments - Access project metrics and activity reports - Automate incident workflows and alert response GitLab MCP is ideal for teams using the GitLab platform who want AI to act on their entire development lifecycle.
File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)
{
"gitlabMcp": {
"command": "npx",
"args": [
"-y",
"@gitlab/mcp"
],
"env": {
"GITLAB_TOKEN": "glpat-...",
"GITLAB_PROJECT": "your/project"
}
}
}If you maintain GitLab MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/gitlab-mcp)