Skip to main content
Glama

GIT MCP Server

by markheramis

git_commit

Automate git commits by specifying a repository path and message, with an option to add all files. Simplifies version control tasks using natural language commands through the GIT MCP Server.

Input Schema

NameRequiredDescriptionDefault
add_allNoAdd all files before committing
messageYesCommit message
repository_pathYesPath to the git repository

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "add_all": { "description": "Add all files before committing", "type": "boolean" }, "message": { "description": "Commit message", "type": "string" }, "repository_path": { "description": "Path to the git repository", "type": "string" } }, "required": [ "repository_path", "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/markheramis/mcp-git'

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