MCP server for interacting with GitLab API, supporting both self-hosted instances and gitlab.com. Provides tools for managing issues, merge requests, code review, pipelines, milestones, releases, search, and file access.
{
"mcpServers": {
"gitlab-1": {
"command": "npx",
"args": [
"-y",
"gitlab-mcp"
]
}
}
}