Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Md Gitlab

БесплатноНе проверен

A fully-featured GitLab MCP server that provides 25 advanced capabilities for interacting with GitLab via REST API, including repositories, merge requests, issu

GitHubEmbed

Описание

A fully-featured GitLab MCP server that provides 25 advanced capabilities for interacting with GitLab via REST API, including repositories, merge requests, issues, and global search.

README

A fully-featured GitLab MCP Server tailored to behave like the GitHub MCP but specifically engineered for GitLab Data Centers, Instances, and Cloud.

md-gitlab-mcp is a Model Context Protocol (MCP) server written in TypeScript. It gives AI agents the powerful ability to interact deeply with GitLab via the REST API. This goes far beyond basic issue tracking and provides 25 advanced capabilities, identically structured to the famous GitHub MCP tools.

Features

This server exports an extensive list of tools allowing AI agents to:

  • Repositories: Search projects, create projects, get file contents, and importantly, push multi-file commits correctly using branching.
  • Merge Requests (PR Equivalents): Create MRs, approve MRs, list files changed globally, merge them, check CI/CD pipeline status, rebase, and comprehensively read notes/comments.
  • Issues: Create, list, search, update, and comment on issues seamlessly.
  • Search: Access Global Search to easily find issues, users, and code snippets across your entire GitLab instance.

Why this exists?

The default @modelcontextprotocol/server-gitlab provides very limited tools (around 9 commands) and completely lacks operations regarding code review, reading pull request/merge request threads, or resolving discussions.

md-gitlab-mcp bridges this gap, adopting GitHub's best-practice MCP schema standards and flawlessly translating semantics (projects -> repos, merge requests -> pull requests internally but honoring GitLab's API structure) while delivering complete access to GitLab's API.

Usage

Agents powered by this MCP will see properly annotated tools with parameter descriptions via zod-to-json-schema, meaning the AI inherently knows exactly how to query your repositories without hallucination.

Quick Start (Roo Code / Cline)

You can directly add this to your mcp_settings.json:

{
  "mcpServers": {
    "gitlab": {
      "command": "node",
      "args": [
        "/path/to/md-gitlab-mcp/build/index.js"
      ],
      "env": {
        "GITLAB_API_URL": "https://gitlab.example.dev/api/v4",
        "GITLAB_PERSONAL_ACCESS_TOKEN": "your-access-token"
      }
    }
  }
}

Connecting with the Author

This tool is handcrafted and maintained by Mikita Dusmikeev. Check out my work and connect on social media:


Created in 2026. Code like there's no tomorrow.

from github.com/DrBoria/md-gitlab-mcp

Установить Md Gitlab в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install md-gitlab-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add md-gitlab-mcp -- npx -y github:DrBoria/md-gitlab-mcp

FAQ

Md Gitlab MCP бесплатный?

Да, Md Gitlab MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Md Gitlab?

Нет, Md Gitlab работает без API-ключей и переменных окружения.

Md Gitlab — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Md Gitlab в Claude Desktop, Claude Code или Cursor?

Открой Md Gitlab на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Md Gitlab with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development