git_clone
Clone a Git repository into a specified directory and checkout a specific branch using the GIT MCP Server. Simplifies repository management via natural language commands for AI assistants.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch to checkout | |
directory | No | Target directory for the repository | |
repository | Yes | Git repository URL to clone |