Skip to main content
Glama

Git MCP Server

commit

Create and save Git repository changes by specifying a commit message and repository path. Integrates with Git MCP Server to manage version control operations programmatically.

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

Other Tools from Git MCP Server

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/cyanheads/git-mcp-server'

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