Back to directory
modelcontextprotocol/gitlab

modelcontextprotocol/gitlab

@modelcontextprotocol

MCP Server for the GitLab API, enabling project management, file operations, and more.

gitlabmcpreferencearchivedofficialmodel-context-protocolapiproject-managementtool

Installation & Configuration

{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitlab"
      ],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>",
        "GITLAB_API_URL": "https://gitlab.com/api/v4"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15