Skip to content
Cline

Advanced GitLab MCP server for Cline

io.github.structured-world/gitlab-mcp

58 CQRS tools exposing 230 GitLab operations across 26 entity types

client:Cline transport:stdio runtime:npm

Install Advanced GitLab MCP server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gitlab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@structured-world/gitlab-mcp"
      ],
      "env": {
        "GITLAB_TOKEN": "<GITLAB_TOKEN>",
        "GITLAB_API_URL": "<GITLAB_API_URL>",
        "GITLAB_READ_ONLY_MODE": "<GITLAB_READ_ONLY_MODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Advanced GitLab MCP server in other clients