Back to Directory
mcpcoding
Git MCP Server
Lets agents read, search, and manipulate local Git repositories — history, diffs, branches, and commits.
Author
Added
2026-05-29
Installationother
uvx mcp-server-git --repository /path/to/repo
About this Agent
Lets agents read, search, and manipulate local Git repositories — history, diffs, branches, and commits.
An official reference server for working with local Git repositories. Agents can inspect history and diffs, search the tree, stage changes, and commit — without shelling out blindly. Distinct from the GitHub/GitLab servers, which talk to hosted APIs. Requires uv (the Python runner).
Tags
#MCP#Git#Version Control#Official