GitLab MCP Server
DevOpsMCP server for GitLab API enabling project management, MR reviews, and CI/CD pipeline access.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"gitlab-mcp": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
]
}
}
}