GitLab

MCP Server Official Verified

GitLab API integration for project management, merge requests, CI/CD pipelines, and repository operations.

by Anthropic

★★★★☆ 4.1/5 (170 reviews)
79.1kGitHub stars
28kinstalls
Updated 2025-10-15
typescriptintermediatearchived

Installation

npx -y @modelcontextprotocol/server-gitlab

Quick Start

```json
{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-gitlab"],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "your-token",
        "GITLAB_API_URL": "https://gitlab.com/api/v4"
      }
    }
  }
}
```

Tools & Capabilities

list_projects
create_merge_request
get_pipeline
create_issue

Compatibility

Claude Desktop Continue

About GitLab

GitLab API integration for project management, merge requests, CI/CD pipelines, and repository operations.

View on GitHub →

Language: TypeScript

Category: Developer Tools

← Back to MCP Hub Directory