Gitlab
Freeby MCP Community
A gitlab MCP server that enables you to interact with your gitlab account. Get diff, analyse MR, review MR, cherry-picks, etc have never been easier.
v0.1.0Added Apr 12, 2026
Gitlab MCP Server
A gitlab MCP server that enables you to interact with your gitlab account. Get diff, analyse MR, review MR, cherry-picks, etc have never been easier.
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/mcp-gitlab
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@iflow-mcp/mcp-gitlab"]
}
}
}