Skip to main content
Glama

gitlab-mcp-server

create_repository

Initialize a new GitLab project with customizable settings like name, description, visibility, and README file. Streamline project creation on the enhanced GitLab MCP Server with activity tracking and group projects.

Instructions

Create a new GitLab project

Input Schema

NameRequiredDescriptionDefault
descriptionNo
initialize_with_readmeNo
nameNo
visibilityNoprivate

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "initialize_with_readme": { "default": true, "type": "boolean" }, "name": { "type": "string" }, "visibility": { "default": "private", "enum": [ "private", "internal", "public" ], "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