mcpbeat Sign in

Gitlab MCP Server

by dubuqingfeng Your server? Claim it
local only

Gitlab MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 10 Sep 2025.

GitLab MCP (Model Context Protocol) server for AI agents

No commits for 12 months.

Installs per day peak 28 · avg 8 · +69% w/w
a month agotoday
62
Installs / week
npm · @dubuqingfeng/gitlab-mcp-server
9
Stars
0 open issues
10 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gitlab-mcp-server -- npx -y @dubuqingfeng/gitlab-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitlab-mcp-server": {
      "args": [
        "-y",
        "@dubuqingfeng/gitlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitlab-mcp-server]
command = "npx"
args = ["-y", "@dubuqingfeng/gitlab-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitlab-mcp-server": {
      "args": [
        "-y",
        "@dubuqingfeng/gitlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitlab-mcp-server": {
      "args": [
        "-y",
        "@dubuqingfeng/gitlab-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITLAB_TOKEN (Your API key for the gitlab), GITLAB_URL (Gitlab URL), LARK_WEBHOOK_URL (Lark 机器人 Webhook URL), LARK_SECRET_KEY (可选:签名密钥(如果机器人启用了签名验证)), LARK_ENABLE_NOTIFICATION (可选:是否启用通知,默认为 true), GITLAB_NOTE_MODE (可选:通知模式 - gitlab_only(仅GitLab)、lark_only(仅Lark)、both(两者都发),默认为 gitlab_only). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gitlab MCP Server

same job, measured the same way
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
gitea-mcp
by werebear73

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

241 installs/wk local only
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering

Gitlab MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitlab MCP Server?
Gitlab MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dubuqingfeng/gitlab-mcp-server was installed 62 times last week.
Is Gitlab MCP Server still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gitlab MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dubuqingfeng/gitlab-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gitlab MCP Server?
The npm package @dubuqingfeng/gitlab-mcp-server was installed 62 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitlab MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.