Gitlab
Freeby MCP Community
MCP server for using the GitLab API (with CLI args support)
v2.0.26Added Apr 12, 2026
Gitlab MCP Server
MCP server for using the GitLab API (with CLI args support)
Installation
Reviews
Installation
Quick install
npx -y @alfonsodg/mcp-gitlab
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@alfonsodg/mcp-gitlab"]
}
}
}