git MCP server

git_checkout

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" }