clone
Clone a Git repository from a specified URL to a specific local path using the Git MCP Server's enhanced capabilities. Ideal for initializing projects or managing codebases programmatically.
Instructions
Clone a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path to clone into. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
url | Yes | URL of the repository to clone |