Skip to main content
Glama

MCP Git Server

by MementoRC

git_commit

Record repository changes with a commit message and optional GPG signing. Use this tool to track modifications and maintain version control in Git repositories.

Instructions

Records changes to the repository

Input Schema

NameRequiredDescriptionDefault
gpg_key_idNo
gpg_signNo
messageYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "gpg_key_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Gpg Key Id" }, "gpg_sign": { "default": false, "title": "Gpg Sign", "type": "boolean" }, "message": { "title": "Message", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "message" ], "title": "GitCommit", "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/MementoRC/mcp-git'

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