A
licenseNot graded
qualityD
maintenanceEnables AI assistants to interact with GitLab repositories, manage branches, create merge requests, and perform file operations through natural language.
5 npm
ISC
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: generic API call, list issues, create MR, list MRs, list pipelines, and version check. No ambiguity between them.
Most tools follow a 'gitlab_<resource>_<action>' pattern, but 'gitlab_api' and 'glab_version' deviate in prefix and structure, creating inconsistency.
Six tools is reasonable for a GitLab server covering basic operations, though it could benefit from a few more like issue creation or MR merge.
The toolset covers listing issues, MRs, and pipelines, and creating MRs, but lacks full CRUD for issues and MRs. The generic gitlab_api partially fills gaps, but agents need endpoint knowledge.