GitLab MCP Server
CommunityAbout
Interact with GitLab repositories and CI/CD. Manage issues, merge requests, and pipelines.
Features
- Repository management
- Issue tracking
- Merge request handling
- CI/CD pipeline control
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Create merge requests"
- "Track issue status"
- "Monitor CI/CD pipelines"