Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

get_branch_analysis

Analyze Git repository branches to assess local and remote branches, merging status, commit counts, and recent activity using GitPython for detailed insights.

Instructions

Get comprehensive branch analysis using GitPython.

Provides information about:

  • All local and remote branches
  • Branch relationships and merging status
  • Commit counts per branch
  • Last activity per branch

Args: repo_path: Path to git repository

Returns: Dict containing branch analysis

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "get_branch_analysisArguments", "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/jolfr/commit-helper-mcp'

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