Skip to main content
Glama

Unrestricted Development MCP Server

git_commit

Create Git commits with staged changes using custom messages, amend previous commits, and optionally skip pre-commit hooks for version control management.

Instructions

Create a commit with staged changes

Input Schema

NameRequiredDescriptionDefault
messageYesCommit message
cwdNoRepository directory
amendNoAmend previous commit
noVerifyNoSkip pre-commit hooks

Input Schema (JSON Schema)

{ "properties": { "amend": { "default": false, "description": "Amend previous commit", "type": "boolean" }, "cwd": { "description": "Repository directory", "type": "string" }, "message": { "description": "Commit message", "type": "string" }, "noVerify": { "default": false, "description": "Skip pre-commit hooks", "type": "boolean" } }, "required": [ "message" ], "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