git MCP server

git_add

Adds file contents to the staging area

Input Schema

NameRequiredDescriptionDefault
filesYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "files": { "items": { "type": "string" }, "title": "Files", "type": "array" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "files" ], "title": "GitAdd", "type": "object" }