StackMCP
devopsOfficial

GitLab MCP

87

Anthropic

Access the GitLab API to manage repositories, merge requests, issues, pipelines, and CI/CD workflows from your AI editor.

83.0k5.7k/wk9.3K tokens(5%)Official1w ago
gitlabgitrepositoriesmerge-requestsci-cd

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "gitlab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitlab"
      ],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "YOUR_GITLAB_PERSONAL_ACCESS_TOKEN",
        "GITLAB_API_URL": "YOUR_GITLAB_API_URL"
      }
    }
  }
}

Part of these stacks

View on GitHubnpm