Skip to main content
Glama

Unrestricted Development MCP Server

git_fetch

Download objects and refs from remote Git repositories to update your local copy with changes from team members or upstream sources.

Instructions

Download objects and refs from remote repository

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
remoteNoRemote nameorigin
pruneNoRemove deleted remote branches

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Repository directory", "type": "string" }, "prune": { "default": false, "description": "Remove deleted remote branches", "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