Skip to content
Cline

gitlab mcp server for Cline

io.github.dubuqingfeng/gitlab-mcp-server

GitLab MCP (Model Context Protocol) server for AI agents

client:Cline transport:stdio runtime:npm

Install 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-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dubuqingfeng/gitlab-mcp-server"
      ],
      "env": {
        "GITLAB_TOKEN": "<GITLAB_TOKEN>",
        "GITLAB_URL": "<GITLAB_URL>",
        "LARK_WEBHOOK_URL": "<LARK_WEBHOOK_URL>",
        "LARK_SECRET_KEY": "<LARK_SECRET_KEY>",
        "LARK_ENABLE_NOTIFICATION": "<LARK_ENABLE_NOTIFICATION>",
        "GITLAB_NOTE_MODE": "<GITLAB_NOTE_MODE>"
      }
    }
  }
}

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

gitlab mcp server in other clients