← Back to browse

gitlab-mcp-server

Indexed by io.github.dubuqingfeng

About

GitLab MCP (Model Context Protocol) server for AI agents

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGITLAB_TOKEN GITLAB_URL LARK_WEBHOOK_URL LARK_SECRET_KEY LARK_ENABLE_NOTIFICATION GITLAB_NOTE_MODE
Claude Code
claude mcp add --env GITLAB_TOKEN= --env GITLAB_URL= --env LARK_WEBHOOK_URL= --env LARK_SECRET_KEY= --env LARK_ENABLE_NOTIFICATION= --env GITLAB_NOTE_MODE= gitlab-mcp-server -- npx @dubuqingfeng/gitlab-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gitlab-mcp-server","command":"npx","args":["@dubuqingfeng/gitlab-mcp-server"],"env":{"GITLAB_TOKEN":"","GITLAB_URL":"","LARK_WEBHOOK_URL":"","LARK_SECRET_KEY":"","LARK_ENABLE_NOTIFICATION":"","GITLAB_NOTE_MODE":""}}'
JSON
{
  "mcpServers": {
    "gitlab-mcp-server": {
      "command": "npx",
      "args": [
        "@dubuqingfeng/gitlab-mcp-server"
      ],
      "env": {
        "GITLAB_TOKEN": "",
        "GITLAB_URL": "",
        "LARK_WEBHOOK_URL": "",
        "LARK_SECRET_KEY": "",
        "LARK_ENABLE_NOTIFICATION": "",
        "GITLAB_NOTE_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.