MCP server

GitLab

MCP

Official GitLab MCP. Issues, MRs, pipelines — remote.

GitLab’s own server at gitlab.com/api/v4/mcp. The agent stays in the project you authorize.

latest·Proprietary·Updated this quarter·gitlab.com/gitlab-org/gitlab·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "gitlab": {
      "url": "https://gitlab.com/api/v4/mcp"
    }
  }
}

By GitLab

Spec

What the server actually exposes.

  • list_issues

    read

    Issues in a project or group.

  • list_merge_requests

    read

    MRs and their pipelines.

  • create_merge_request

    write

    Open an MR after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

gitlab-mcp.mcp/tools

Tools

  • list_issues

    Issues in a project or group.

    read
  • list_merge_requests

    MRs and their pipelines.

    read
  • create_merge_request

    Open an MR after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_issues",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.