Skip to main content
Glama

Git MCP Server

by Sheshiyer

pull

Pull changes from a specified remote repository branch using Git MCP Server. Ensure your local repository is updated by specifying the branch and remote name.

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" }

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

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