Skip to main content
Glama

Git Repo Browser MCP

git_lfs

Handle Git Large File Storage (LFS) operations such as install, track, untrack, and list file patterns within a local repository. Simplify managing large files in Git workflows.

Instructions

Manage Git LFS (Large File Storage).

Input Schema

NameRequiredDescriptionDefault
actionYesLFS action (install, track, untrack, list)list
patternsNoFile patterns for track/untrack
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "LFS action (install, track, untrack, list)", "enum": [ "install", "track", "untrack", "list" ], "type": "string" }, "patterns": { "description": "File patterns for track/untrack", "items": { "type": "string" }, "type": "array" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" } }, "required": [ "repo_path", "action" ], "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