Git repository operations: working tree status, commit log, diff (unstaged or staged), list branches, repository info. Windows only.
| Parameter | Type | Description |
|---|---|---|
| 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. |
| Field | Type | Description |
|---|---|---|
| No output fields defined | ||
No examples available.
ppm install mcp-git
GET /v1/packages/mcp-git/1.0.7/schema
GET /v1/mcp/discover?q=git
ppm install mcp-git or invoke remotely via POST /v1/invoke/mcp-git on the MCP Service.