Skip to main content
Glama

Git MCP Server

pull

Sync local repositories with remote changes using branch name and repository path. Designed for the Git MCP Server to update codebases efficiently.

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

  • @Sheshiyer/git-mcp-v2
  • @Sheshiyer/git-mcp-v2
  • @cyanheads/git-mcp-server
  • @modelcontextprotocol/git
  • @cyanheads/git-mcp-server
  • @cyanheads/git-mcp-server

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

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