Git MCP Server

commit

Generate Git commits with specified messages using the Git MCP Server. Input a repository path and commit message to track changes efficiently via the Model Context Protocol.

Instructions

Create a commit

Input Schema

NameRequiredDescriptionDefault
messageYesCommit message
pathNoPath to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Commit message", "type": "string" }, "path": { "description": "Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" } }, "required": [ "message" ], "type": "object" }

You must be authenticated.

Other Tools from Git MCP Server

Related Tools

ID: 46aozzlyhx