Gitlab
Freeby MCP Community
GitLab MCP Server - A Model Context Protocol server for GitLab integration
v0.3.2Added Apr 12, 2026
gitlabmcpmodel-context-protocolllmai
Gitlab MCP Server
GitLab MCP Server - A Model Context Protocol server for GitLab integration
Installation
Reviews
Installation
Quick install
npx -y @dangerusslee/gitlab-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@dangerusslee/gitlab-mcp-server"]
}
}
}