Skip to main content
Glama

GitMCP

git_pull

Pull updates from a remote Git repository into a local branch using specified path, remote, and branch parameters. Simplify repository synchronization with this tool on the GitMCP server.

Instructions

Pull changes from remote repository

Input Schema

NameRequiredDescriptionDefault
branchNoBranch namemain
pathYesRepository path
remoteNoRemote nameorigin

Input Schema (JSON Schema)

{ "properties": { "branch": { "default": "main", "description": "Branch name", "type": "string" }, "path": { "description": "Repository path", "type": "string" }, "remote": { "default": "origin", "description": "Remote name", "type": "string" } }, "required": [ "path" ], "type": "object" }

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

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