Skip to content

Gitlab

Free

by MCP Community

A gitlab MCP server that enables you to interact with your gitlab account. Get diff, analyse MR, review MR, cherry-picks, etc have never been easier.

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Gitlab MCP Server

A gitlab MCP server that enables you to interact with your gitlab account. Get diff, analyse MR, review MR, cherry-picks, etc have never been easier.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/mcp-gitlab
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/mcp-gitlab"]
    }
  }
}