GitLab API integration — repository management, merge requests, issues, CI/CD pipelines, and project management
GITLAB_PERSONAL_ACCESS_TOKENnpx @getmcp/cli add gitlabConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}