cyberneticlibrary

Manage GitLab workflows and CI/CD

mcp-gitlabmcp_serversetup L20
zereight/gitlab-mcp
What it does

Manage GitLab projects, MRs, issues, pipelines, wikis, releases via OAuth or PAT across stdio/SSE/HTTP

Best for

Integrate GitLab workflows (CI/CD, code review, issue tracking) into agent-driven development pipelines.

Inputs
  • · project path
  • · MR/issue ID
  • · pipeline config
  • · wiki content
  • · tag/release info
Outputs
  • · project metadata
  • · MR/issue state and comments
  • · pipeline status and logs
  • · wiki pages
  • · release info
Requires
  • · GitLab instance (gitlab.com or self-hosted)
  • · PAT or OAuth app
Preconditions
  • · GitLab account
  • · PAT with api/read_api scope OR OAuth app registered
  • · network access to GitLab API
Failure modes
  • · insufficient permissions blocks MR creation/merge
  • · self-hosted requires custom API URL config
Trust signals
  • · full CRUD support
  • · multiple auth methods
  • · 5+ client setup guides
  • · dynamic API URL support