Skip to main content
Glama

Git Repo Browser MCP

git_lfs_fetch

Retrieve Git Large File Storage (LFS) objects from a remote repository to a local Git path. Supports dry runs and converting pointers to actual objects.

Instructions

Fetch LFS objects from the remote repository.

Input Schema

NameRequiredDescriptionDefault
dry_runNoWhether to perform a dry run
pointersNoWhether to convert pointers to objects
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": false, "description": "Whether to perform a dry run", "type": "boolean" }, "pointers": { "default": false, "description": "Whether to convert pointers to objects", "type": "boolean" }, "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