Skip to main content
Glama

Git Auto Commit MCP Server

git-changes-commit-message

Analyzes git changes in a specified path and generates conventional commit messages using OpenAI's GPT models, supporting both staged and unstaged changes with detailed summaries.

Instructions

Analyzes current git changes and provides a commit message

Input Schema

NameRequiredDescriptionDefault
autoCommitPathYesOptional path to analyze specific directory/file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoCommitPath": { "description": "Optional path to analyze specific directory/file", "type": "string" } }, "required": [ "autoCommitPath" ], "type": "object" }
Install Server

Other Tools from Git Auto Commit 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/jatinsandilya/mcp-server-auto-commit'

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