Skip to main content
Glama

gitlab-mcp-server

push_files

Push multiple files to a GitLab project in one commit using branch, commit message, and file content. Simplify file updates with batch processing.

Instructions

Push multiple files to a GitLab project in a single commit

Input Schema

NameRequiredDescriptionDefault
branchNo
commit_messageNo
filesNo
project_idNo

Input Schema (JSON Schema)

{ "properties": { "branch": { "type": "string" }, "commit_message": { "type": "string" }, "files": { "items": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "path": { "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" }, "project_id": { "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/yoda-digital/mcp-gitlab-server'

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