mcp gitlab for Cline
io.github.vish288/mcp-gitlab
MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.
client:Cline
transport:stdio
runtime:pypi
Install mcp gitlab in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-gitlab": {
"command": "uvx",
"args": [
"mcp-gitlab"
],
"env": {
"GITLAB_TOKEN": "<GITLAB_TOKEN>",
"GITLAB_URL": "<GITLAB_URL>",
"GITLAB_READ_ONLY": "<GITLAB_READ_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs