mcp-git mcp

v1.0.7 · MCP Tool · dev · registry.pascalai.org

Git repository operations: working tree status, commit log, diff (unstaged or staged), list branches, repository info. Windows only.

gitvcsstatuslogdiffbranchesdev

Input Parameters

ParameterTypeDescription
operationrequired string Operation: status (working tree), log (commit history), diff (changes), branches (list), info (remote/HEAD). One of: status, log, diff, branches, info.
pathrequired string Path to the git repository.
limitoptional integer Max entries for log/branches. Default: 20.
fileNameoptional string Filter log or diff to a specific file.
stagedoptional boolean Show staged (index) diff instead of working tree. Default: false.

Output Fields

FieldTypeDescription
No output fields defined

Examples

No examples available.

Install & Discovery

Install

ppm install mcp-git

Get JSON Schema

GET /v1/packages/mcp-git/1.0.7/schema

Discover by keyword

GET /v1/mcp/discover?q=git
Discovery hint: Install with ppm install mcp-git or invoke remotely via POST /v1/invoke/mcp-git on the MCP Service.