Skip to main content
Glama

Git MCP Server

by Sheshiyer

clone

Clone a Git repository into a specified absolute path using the Git MCP Server. Input the repository URL and destination path to initiate the cloning process.

Instructions

Clone a repository

Input Schema

NameRequiredDescriptionDefault
pathNoPath to clone into. MUST be an absolute path (e.g., /Users/username/projects/my-repo)
urlYesURL of the repository to clone

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to clone into. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" }, "url": { "description": "URL of the repository to clone", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Git 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/Sheshiyer/git-mcp-v2'

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