Git MCP Server

pull

Sync local repository with remote changes using specified branch and path, integrating GitHub functionality via the Git MCP Server.

Instructions

Pull changes from remote

Input Schema

NameRequiredDescriptionDefault
branchYesBranch name
pathNoPath to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)
remoteNoRemote nameorigin

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch name", "type": "string" }, "path": { "description": "Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" }, "remote": { "default": "origin", "description": "Remote name", "type": "string" } }, "required": [ "branch" ], "type": "object" }

You must be authenticated.

Other Tools from Git MCP Server

Related Tools

  • @cyanheads/git-mcp-server
  • @Sheshiyer/git-mcp-v2
  • @cyanheads/git-mcp-server
  • @cyanheads/git-mcp-server
  • @cyanheads/git-mcp-server
ID: 46aozzlyhx