git MCP server

git_status

Check the working tree status of a Git repository to identify changes, untracked files, and branch information. Use this tool to monitor repository states and ensure proper version control.

Instructions

Shows the working tree status

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitStatus", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae