Skip to main content
Glama

MCP Git Server

by martinsky999

git_show

View detailed contents of a specific Git commit by providing the repository path and revision. Enables precise examination of changes in a Git repository.

Instructions

Shows the contents of a commit

Input Schema

NameRequiredDescriptionDefault
repo_pathYes
revisionYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" }, "revision": { "title": "Revision", "type": "string" } }, "required": [ "repo_path", "revision" ], "title": "GitShow", "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/martinsky999/mcp-git-py'

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