Skip to main content
Glama

mcp-git

by ver0-project

add

Stage specific files to the git repository by specifying their paths and the repository location, enabling streamlined version control preparation.

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

You must to connect to the server.

Other Tools from mcp-git

Related Tools

  • @skydeckai/mcp-server-aidd
  • @cyanheads/git-mcp-server
  • @Sheshiyer/git-mcp-v2
  • @modelcontextprotocol/git
  • @ver0-project/mcps
  • @ver0-project/mcps

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