Git MCP Server

by Sheshiyer

status

Retrieve the current status of a Git repository by providing its absolute path. Use this tool to check for changes, untracked files, and branch details efficiently.

Instructions

Get repository status

Input Schema

NameRequiredDescriptionDefault
pathNoPath to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Git MCP Server

Related Tools

ID: 46aozzlyhx