Skip to main content
Glama

Git Repo Browser MCP

git_pull

Pull changes from a remote Git repository into a local branch, with options to specify the remote, branch, and rebase instead of merge. Use this tool via the Git Repo Browser MCP server.

Instructions

Pull changes from a remote repository.

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to pull (default: current branch)
rebaseNoWhether to rebase instead of merge
remoteNoRemote nameorigin
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to pull (default: current branch)", "type": "string" }, "rebase": { "default": false, "description": "Whether to rebase instead of merge", "type": "boolean" }, "remote": { "default": "origin", "description": "Remote name", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" } }, "required": [ "repo_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/bsreeram08/git-commands-mcp'

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