Skip to main content
Glama

GitMCP

git_merge

Merge a specified source branch into the current branch of a Git repository. Use this to integrate changes from one branch into another, facilitating collaborative development workflows.

Instructions

Merge a branch into current branch

Input Schema

NameRequiredDescriptionDefault
pathYesRepository path
source_branchYesSource branch to merge

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Repository path", "type": "string" }, "source_branch": { "description": "Source branch to merge", "type": "string" } }, "required": [ "path", "source_branch" ], "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/idosal/git-mcp'

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