GitLab
Official
⚙️ Developer Tools
Manage GitLab projects, issues, merge requests, and file operations through AI assistants. Supports both GitLab.com and self-hosted instances. Create branches, review code, manage CI pipelines, and track issues with personal access token authentication.
Tags
Tools (9)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "your-gitlab-personal-access-token-here",
"GITLAB_API_URL": "your-gitlab-api-url-here"
}
}
}
}