Skip to main content
Glama

GitLab MCP Server

Official

fork_repository

Clone a GitLab project to your account or a specified namespace. Specifies project ID and target namespace to replicate repositories effectively.

Instructions

Fork a GitLab project to your account or specified namespace

Input Schema

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "namespace": { "description": "Namespace to fork to (full path)", "type": "string" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" } }, "required": [ "project_id" ], "type": "object" }

Other Tools from GitLab MCP Server

Related Tools

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/modelcontextprotocol/gitlab'

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