MCP server for GitLab API integration
Interact with projects, issues, merge requests, pipelines. Create issues and merge requests securely.
{
"mcpServers": {
"gitlab-ci": {
"mcpServers": {
"gitlab-ci": {
"env": {
"GITLAB_URL": "https://gitlab.com",
"GITLAB_TOKEN": "YOUR_PRIVATE_TOKEN"
},
"args": [
"-y",
"gitlab-mcp-server"
],
"command": "npx"
}
}
}
}
}