Skip to main content
Glama

Unrestricted Development MCP Server

git_add

Stage files for commit in Git repositories. Use this tool to prepare file changes for version control by adding them to the staging area before committing.

Instructions

Stage files for commit. Use "." to stage all changes

Input Schema

NameRequiredDescriptionDefault
filesYesFile(s) to stage. Use "." for all files
cwdNoRepository directory

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Repository directory", "type": "string" }, "files": { "description": "File(s) to stage. Use \".\" for all files", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "files" ], "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/ConnorBoetig-dev/mcp2'

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