Install to ToolCloud
One click. No local setup. Works with any MCP client.
Interact with GitLab repositories and projects. Manage issues, merge requests, pipelines, and repository content through the GitLab API.
apigitgitlabmerge-requests
Manual Installation
Claude Code
claude mcp add gitlab -- npx -y @modelcontextprotocol/server-gitlabCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"gitlab": {
"env": {
"GITLAB_API_URL": "https://gitlab.com/api/v4",
"GITLAB_PERSONAL_ACCESS_TOKEN": "your-token"
},
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"command": "npx"
}
}
}