Skip to main content
Glama

GIT MCP Server

by markheramis

git_branch

List local and remote branches in a Git repository to manage and track development workflows. Specify the repository path and optionally include remote branches for comprehensive branch visibility.

Input Schema

NameRequiredDescriptionDefault
repository_pathYesPath to the git repository
show_remoteNoShow remote branches as well

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "repository_path": { "description": "Path to the git repository", "type": "string" }, "show_remote": { "description": "Show remote branches as well", "type": "boolean" } }, "required": [ "repository_path" ], "type": "object" }
Install Server

Other Tools from GIT MCP Server

Related Tools

    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/markheramis/mcp-git'

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