gitlab mcp server for Claude Desktop
io.github.dubuqingfeng/gitlab-mcp-server
GitLab MCP (Model Context Protocol) server for AI agents
client:Claude Desktop
transport:stdio
runtime:npm
Install gitlab mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs