What it does
An active MCP reference server that gives an assistant Git control over a local repo — status and diffs, staging, commits, branch create/checkout/list, log, and show. For code-agent and developer-automation workflows on a checked-out repo. Deterministic (it shells out via GitPython; no LLM inside). Runs locally over stdio.
Example prompts
- Show me the unstaged diff and write a commit message for it.
- List the last 10 commits and summarize what changed.
