Server Directory
Version ControlIntermediate Official

GitLab

by Anthropic

GitHub
18.5k

Interact with GitLab repositories and projects. Manage merge requests, issues, pipelines, and repository files through the GitLab API.

CAPABILITIES

  • Merge request management
  • Issue tracking
  • Pipeline monitoring
  • Repository file operations
  • Project management

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-gitlab

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@modelcontextprotocol/server-gitlab"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Version Control
Difficulty
Intermediate
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-gitlab

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →