Skip to main content
Glama

MCP Git Server

by martinsky999

git_checkout

Switch branches in a Git repository by specifying the repository path and branch name, enabling efficient branch management and workflow navigation.

Instructions

Switches branches

Input Schema

NameRequiredDescriptionDefault
branch_nameYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "title": "Branch Name", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "branch_name" ], "title": "GitCheckout", "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/martinsky999/mcp-git-py'

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