Skip to main content
Glama

Unrestricted Development MCP Server

git_rebase

Reapply commits from your current branch onto another branch to maintain a linear project history and integrate changes without merge commits.

Instructions

Reapply commits on top of another branch

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to rebase onto
cwdNoRepository directory
interactiveNoInteractive rebase (not supported)
abortNoAbort current rebase
continueNoContinue rebase after resolving conflicts

Input Schema (JSON Schema)

{ "properties": { "abort": { "default": false, "description": "Abort current rebase", "type": "boolean" }, "branch": { "description": "Branch to rebase onto", "type": "string" }, "continue": { "default": false, "description": "Continue rebase after resolving conflicts", "type": "boolean" }, "cwd": { "description": "Repository directory", "type": "string" }, "interactive": { "default": false, "description": "Interactive rebase (not supported)", "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