devopsOfficial
GitLab MCP
88
Anthropic
Access the GitLab API to manage repositories, merge requests, issues, pipelines, and CI/CD workflows from your AI editor.
79.1k1.9k/wk9.3K tokens(5%)Official1w ago
gitlabgitrepositoriesmerge-requestsci-cd
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "YOUR_GITLAB_PERSONAL_ACCESS_TOKEN",
"GITLAB_API_URL": "YOUR_GITLAB_API_URL"
}
}
}
}