Skip to main content
Glama

mcp-git

by ver0-project

show

View detailed commit information, changes, and file statuses in a Git repository. Supports multiple formats, diffstat, and pathspec filtering for precise output.

Instructions

Display commit details and changes.

Input Schema

NameRequiredDescriptionDefault
commitNoCommit hash, branch, or tag to show (defaults to HEAD)
formatNoPretty-print format for commit
nameOnlyNoShow only names of changed files (--name-only)
nameStatusNoShow names and status of changed files (--name-status)
pathspecNoLimit show to specific paths
repoPathYesAbsolute path to the git repository
statNoShow diffstat (--stat)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commit": { "description": "Commit hash, branch, or tag to show (defaults to HEAD)", "type": "string" }, "format": { "description": "Pretty-print format for commit", "enum": [ "oneline", "short", "medium", "full", "fuller", "email", "raw" ], "type": "string" }, "nameOnly": { "description": "Show only names of changed files (--name-only)", "type": "boolean" }, "nameStatus": { "description": "Show names and status of changed files (--name-status)", "type": "boolean" }, "pathspec": { "description": "Limit show to specific paths", "items": { "type": "string" }, "type": "array" }, "repoPath": { "description": "Absolute path to the git repository", "type": "string" }, "stat": { "description": "Show diffstat (--stat)", "type": "boolean" } }, "required": [ "repoPath" ], "type": "object" }
Install Server

Other Tools from mcp-git

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/ver0-project/mcps'

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