Skip to main content
Glama

Git Repo Browser MCP

git_rebase

Rebase the current branch onto a specified branch or commit in a Git repository using the Git Repo Browser MCP. Supports interactive rebasing for precise commit management.

Instructions

Rebase the current branch onto another branch or commit.

Input Schema

NameRequiredDescriptionDefault
interactiveNoWhether to perform an interactive rebase
ontoYesBranch or commit to rebase onto
repo_pathYesThe path to the local Git repository

Input Schema (JSON Schema)

{ "properties": { "interactive": { "default": false, "description": "Whether to perform an interactive rebase", "type": "boolean" }, "onto": { "description": "Branch or commit to rebase onto", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" } }, "required": [ "repo_path", "onto" ], "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/bsreeram08/git-commands-mcp'

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