remote_add
Add a remote repository to a Git project by specifying a name and URL using the Git MCP Server API, enabling integration and version control management.
Instructions
Add a remote
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Remote name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
url | Yes | Remote URL |