Skip to main content
Glama

MCP Git Server

by MementoRC

git_diff_branches

Compare changes between two branches in a Git repository to identify differences, enabling clear review and analysis of code updates.

Instructions

Show differences between two branches

Input Schema

NameRequiredDescriptionDefault
base_branchYes
compare_branchYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "base_branch": { "title": "Base Branch", "type": "string" }, "compare_branch": { "title": "Compare Branch", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "base_branch", "compare_branch" ], "title": "GitDiffBranches", "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