Skip to main content
Glama

fork_repository

Create a copy of a GitLab project in your account or specified namespace to work on changes independently from the original repository.

Instructions

Fork a GitLab project to your account or specified namespace

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or complete URL-encoded path to project
namespaceNoNamespace to fork to (full path)

Input Schema (JSON Schema)

{ "properties": { "namespace": { "description": "Namespace to fork to (full path)", "type": "string" }, "project_id": { "description": "Project ID or complete URL-encoded path to project", "type": "string" } }, "required": [ "project_id" ], "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/harshmaur/gitlab-mcp'

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