Skip to main content
Glama

MCP Git Server

by MementoRC

git_push

Push commits to a specified remote repository using path, branch, and force options. Supports setting upstream for streamlined Git repository management with the MCP Git Server.

Instructions

Push commits to remote repository

Input Schema

NameRequiredDescriptionDefault
branchNo
forceNo
remoteNoorigin
repo_pathYes
set_upstreamNo

Input Schema (JSON Schema)

{ "properties": { "branch": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Branch" }, "force": { "default": false, "title": "Force", "type": "boolean" }, "remote": { "default": "origin", "title": "Remote", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" }, "set_upstream": { "default": false, "title": "Set Upstream", "type": "boolean" } }, "required": [ "repo_path" ], "title": "GitPush", "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