GitLab API integration for repository management
MCP server for interacting with GitLab repositories, merge requests, issues, and CI/CD pipelines. Enables AI assistants to manage GitLab projects.
{
"mcpServers": {
"gitlab": {
"mcpServers": {
"gitlab": {
"env": {
"GITLAB_API_URL": "https://gitlab.com/api/v4",
"GITLAB_PERSONAL_ACCESS_TOKEN": "YOUR_GITLAB_TOKEN"
},
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"command": "npx"
}
}
}
}
}