Skip to main content
Glama

mcp-git

by ver0-project

add

Stage files in a Git repository by specifying the repository path and file paths. Simplify Git workflows and prepare changes for commits efficiently.

Instructions

Add files to the git staging area.

Input Schema

NameRequiredDescriptionDefault
filesYesList of pathspecs to add
repoPathYesAbsolute path to the git repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "List of pathspecs to add", "items": { "type": "string" }, "type": "array" }, "repoPath": { "description": "Absolute path to the git repository", "type": "string" } }, "required": [ "repoPath", "files" ], "type": "object" }
Install Server

Other Tools from mcp-git

Related Tools

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/ver0-project/mcps'

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