Gitlab
Freeby MCP Community
MCP server exposing GitLab tools via glab CLI
v0.1.2Added Apr 12, 2026
mcpmodel-context-protocolgitlabglabcli
Gitlab MCP Server
MCP server exposing GitLab tools via glab CLI
Installation
Reviews
Installation
Quick install
npx -y @weirdscience/mcp-gitlab
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@weirdscience/mcp-gitlab"]
}
}
}