io.github.dubuqingfeng/gitlab-mcp-server
Quality Score
70
/100
GitLab MCP (Model Context Protocol) server for AI agents
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"gitlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dubuqingfeng/gitlab-mcp-server"
],
"env": {
"GITLAB_TOKEN": "<your-gitlab_token>",
"GITLAB_URL": "<gitlab_url>",
"LARK_WEBHOOK_URL": "<your-lark_webhook_url>",
"LARK_SECRET_KEY": "<your-lark_secret_key>",
"LARK_ENABLE_NOTIFICATION": "<lark_enable_notification>",
"GITLAB_NOTE_MODE": "<gitlab_note_mode>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"gitlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dubuqingfeng/gitlab-mcp-server"
],
"env": {
"GITLAB_TOKEN": "<your-gitlab_token>",
"GITLAB_URL": "<gitlab_url>",
"LARK_WEBHOOK_URL": "<your-lark_webhook_url>",
"LARK_SECRET_KEY": "<your-lark_secret_key>",
"LARK_ENABLE_NOTIFICATION": "<lark_enable_notification>",
"GITLAB_NOTE_MODE": "<gitlab_note_mode>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @dubuqingfeng/gitlab-mcp-server§02 Environment variables
GITLAB_TOKENrequiredsecret
Your API key for the gitlab
GITLAB_URLGitlab URL
LARK_WEBHOOK_URLsecret
Lark 机器人 Webhook URL
LARK_SECRET_KEYsecret
可选:签名密钥(如果机器人启用了签名验证)
LARK_ENABLE_NOTIFICATION可选:是否启用通知,默认为 true
GITLAB_NOTE_MODE可选:通知模式 - gitlab_only(仅GitLab)、lark_only(仅Lark)、both(两者都发),默认为 gitlab_only
§03 MCP Quality Score · methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Git & Code Hosting
ai.smithery/Hint-Services-obsidian-github-mcp
ai.smithery/Hint-Services-obsidian-github-mcp
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
ai.smithery/saidsef-mcp-github-pr-issue-analyser
ai.smithery/saidsef-mcp-github-pr-issue-analyser
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
ai.smithery/smithery-ai-github
ai.smithery/smithery-ai-github
Access the GitHub API, enabling file operations, repository management, search functionality, and…