Skip to main content
Glama

GitLab MCP Server

by Alosies

create_pipeline

Create a new GitLab CI/CD pipeline for a specific project and branch, with optional environment variables to automate software builds and deployments.

Instructions

Create a new pipeline

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or path
refYesBranch or tag name
variablesNoPipeline variables

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID or path", "type": "string" }, "ref": { "description": "Branch or tag name", "type": "string" }, "variables": { "description": "Pipeline variables", "items": { "properties": { "key": { "type": "string" }, "value": { "type": "string" }, "variable_type": { "default": "env_var", "enum": [ "env_var", "file" ], "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "required": [ "project_id", "ref" ], "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/Alosies/gitlab-mcp-server'

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