Skip to main content
Glama

Git Repo Browser MCP

git_track

Track and stage specific files or all changes in a Git repository using the provided file paths or an array of paths. Ideal for managing staged changes in local repositories.

Instructions

Track (stage) specific files or all files.

Input Schema

NameRequiredDescriptionDefault
filesNoArray of file paths to track/stage (use ["."] for all files)
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "files": { "default": [ "." ], "description": "Array of file paths to track/stage (use [\".\"] for all files)", "items": { "type": "string" }, "type": "array" }, "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