Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_list_branches

List all branches in a GitLab project with commit details, filtering by search term. Retrieve branch name, commit SHA, protected status, and deletion eligibility for efficient branch management.

Instructions

List all branches in a project with their latest commit info. Filter by search term to find specific branches. Returns branch name, commit SHA, protected status, and whether it can be deleted.

Input Schema

NameRequiredDescriptionDefault
project_idNoProject ID or path (optional - auto-detects from git)

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID or path (optional - auto-detects from git)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vijay-Duke/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server