git-mcp-server

cyanheads/git-mcp-server
★ 195 stars TypeScript 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cyanheads/git-mcp-server"
      ]
    }
  }
}

Topics

aienterprise-readygitgit-servergit-toolsllmmcpmcp-servermodel-context-protocolmodelcontextprotocol