Skip to main content
Glama

MCP Git Server

by martinsky999

git_add

Add files to the staging area in a Git repository using the MCP Git Server. Specify the repository path and files to prepare them for commit, streamlining version control workflows.

Instructions

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" }

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/martinsky999/mcp-git-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server