MCP Marketplace logo
MCP
All servers
Anthropic

Git

official

Inspect and operate on a local git repository.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Git server. Read commits, branches, diffs; stage, commit, and push.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "git": {
      "command": "uvx",
      "args": [
        "mcp-server-git",
        "--repository",
        "/path/to/repo"
      ]
    }
  }
}

Related servers