Skip to main content
Glama

Git Repo Browser MCP

git_blame

Retrieve detailed blame information for a specific file in a Git repository, including commit history and authorship, to track changes and identify contributors.

Instructions

Get blame information for a file.

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the file
repo_pathYesThe path to the local Git repository
revNoRevision to blame (default: HEAD)HEAD

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the file", "type": "string" }, "repo_path": { "description": "The path to the local Git repository", "type": "string" }, "rev": { "default": "HEAD", "description": "Revision to blame (default: HEAD)", "type": "string" } }, "required": [ "repo_path", "file_path" ], "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/bsreeram08/git-commands-mcp'

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