Git MCP

development tools
claude desktop
cursor
windsurf
GitHub

Git repository operations. Commit, branch, merge, and manage version control.

12/8/2025

Installation

npm install -g @modelcontextprotocol/server-git

Add to your MCP settings:

{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-git", "/path/to/repo"]
    }
  }
}

Tags

git
version-control
repository