Skip to main content
Glama

GitMCP

git_add

Use this tool to add specified files to the Git staging area by providing the repository path and file patterns. Simplify tracking changes in your project with GitMCP integration.

Instructions

Add files to Git staging area

Input Schema

NameRequiredDescriptionDefault
pathYesRepository path
patternsNoFile patterns to add

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Repository path", "type": "string" }, "patterns": { "description": "File patterns to add", "items": { "type": "string" }, "type": "array" } }, "required": [ "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/idosal/git-mcp'

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