Skip to main content
Glama

MCP Git Server

by MementoRC

git_create_branch

Create a new branch in a Git repository, optionally specifying a base branch to start from, using the MCP Git Server's branch management tool.

Instructions

Creates a new branch from an optional base branch

Input Schema

NameRequiredDescriptionDefault
base_branchNo
branch_nameYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "base_branch": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Base Branch" }, "branch_name": { "title": "Branch Name", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "branch_name" ], "title": "GitCreateBranch", "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/MementoRC/mcp-git'

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