by cyanheads
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.
# Add to your Claude Code skills
git clone https://github.com/cyanheads/git-mcp-serverThis server provides 28 comprehensive Git operations organized into seven functional categories:
| Category | Tools | Description | | :------------------------ | :----------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------- | | | , , , | Initialize repos, clone from remotes, check status, and clean untracked files | | | , , | Stage changes, create commits, and compare changes | | | , , , | View commit history, inspect objects, trace line-by-line authorship, and view ref logs | | | ...
No comments yet. Be the first to share your thoughts!
git_initgit_clonegit_statusgit_cleangit_addgit_commitgit_diffgit_loggit_showgit_blamegit_refloggit_changelog_analyze