Skip to main content
Glama

Unrestricted Development MCP Server

git_merge

Merge a branch into your current working branch to integrate changes from development work. Supports merge commits and abort options for version control management.

Instructions

Merge a branch into current branch

Input Schema

NameRequiredDescriptionDefault
branchYesBranch to merge into current branch
cwdNoRepository directory
noFfNoCreate merge commit even if fast-forward is possible
abortNoAbort current merge

Input Schema (JSON Schema)

{ "properties": { "abort": { "default": false, "description": "Abort current merge", "type": "boolean" }, "branch": { "description": "Branch to merge into current branch", "type": "string" }, "cwd": { "description": "Repository directory", "type": "string" }, "noFf": { "default": false, "description": "Create merge commit even if fast-forward is possible", "type": "boolean" } }, "required": [ "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/ConnorBoetig-dev/mcp2'

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