@pipeworx/gitlab

Connect: https://gateway.pipeworx.io/gitlab/mcp · Install: one-click buttons

Tools: 5

Tools

  • gitlab_list_projects — List all accessible GitLab projects. Returns project ID, name, path, description, star count, and URL. Use gitlab_get_project to fetch detailed info.
  • gitlab_get_project — Get details for a specific GitLab project (e.g., project ID “123” or path “group/project”). Returns name, description, visibility, stars, forks, and default branch.
  • gitlab_list_issues — Search issues in a GitLab project by project ID. Returns issue ID, title, state (open/closed), labels, assignee, and URL. Filter by status and labels.
  • gitlab_list_mrs — List merge requests in a GitLab project by project ID. Returns MR ID, title, state, author, source/target branches, and URL. Filter by state and author.
  • gitlab_get_file — Fetch file content from a GitLab repository by project ID and file path (e.g., “src/main.py”). Returns decoded content, file size, name, and encoding.

Tools

  • gitlab_get_file — Fetch file content from a GitLab repository by project ID and file path (e.g., src/main.py ). Returns decoded content, file size, name, and encoding.
  • gitlab_get_project — Get details for a specific GitLab project (e.g., project ID 123 or path group/project ). Returns name, description, visibility, stars, forks, and default branch.
  • gitlab_list_issues — Search issues in a GitLab project by project ID. Returns issue ID, title, state (open/closed), labels, assignee, and URL. Filter by status and labels.
  • gitlab_list_mrs — List merge requests in a GitLab project by project ID. Returns MR ID, title, state, author, source/target branches, and URL. Filter by state and author.
  • gitlab_list_projects — List all accessible GitLab projects. Returns project ID, name, path, description, star count, and URL. Use gitlab_get_project to fetch detailed info.

Regenerated from source · build May 9, 2026