Skip to content
MCP Server Community By @modelcontextprotocol

Git

Tools to read, search, and manipulate Git repositories.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Git Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-git

Detailed Documentation

Tools to read, search, and manipulate Git repositories.

Configuration

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