Loading MCP server directory, please wait...
GitLab MCP (Model Context Protocol) server for AI agents
npx @getmcp/cli add io.github.dubuqingfeng/gitlab-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GITLAB_TOKENYour API key for the gitlab
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dubuqingfeng/gitlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dubuqingfeng/gitlab-mcp-server"
],
"env": {
"GITLAB_TOKEN": "",
"GITLAB_URL": "",
"LARK_WEBHOOK_URL": "",
"LARK_SECRET_KEY": "",
"LARK_ENABLE_NOTIFICATION": "",
"GITLAB_NOTE_MODE": ""
}
}
}
}