Skip to main content
Glama

Unrestricted Development MCP Server

git_push

Push Git commits to remote repositories to synchronize local changes with team members and deployment environments.

Instructions

Push commits to remote repository

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository directory
remoteNoRemote nameorigin
branchNoBranch to push (defaults to current branch)
forceNoForce push (use with caution)
setUpstreamNoSet upstream tracking

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to push (defaults to current branch)", "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "force": { "default": false, "description": "Force push (use with caution)", "type": "boolean" }, "remote": { "default": "origin", "description": "Remote name", "type": "string" }, "setUpstream": { "default": false, "description": "Set upstream tracking", "type": "boolean" } }, "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