Skip to main content
Glama

GIT MCP Server

by markheramis

git_clone

Clone a Git repository to a specified directory and checkout a specific branch using the GIT MCP Server, enabling repository management through natural language commands.

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to checkout
directoryNoTarget directory for the repository
repositoryYesGit repository URL to clone

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Branch to checkout", "type": "string" }, "directory": { "description": "Target directory for the repository", "type": "string" }, "repository": { "description": "Git repository URL to clone", "type": "string" } }, "required": [ "repository" ], "type": "object" }
Install Server

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/markheramis/mcp-git'

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