Skip to main content
Glama

Unrestricted Development MCP Server

git_pull

Fetch and integrate changes from remote Git repositories to keep local code synchronized with upstream developments.

Instructions

Fetch and integrate changes from remote repository

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
remoteNoRemote nameorigin
branchNoBranch to pull (defaults to current branch)
rebaseNoRebase instead of merge

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to pull (defaults to current branch)", "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "rebase": { "default": false, "description": "Rebase instead of merge", "type": "boolean" }, "remote": { "default": "origin", "description": "Remote name", "type": "string" } }, "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/ConnorBoetig-dev/mcp2'

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