Skip to main content
Version ControlPython

modelcontextprotocol/server-git

Direct Git repository operations including reading, searching, and analyzing local repositories

version-controllocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/git

Claude Desktop configuration example:

{
  "mcpServers": {
    "modelcontextprotocol-servers-archived-8": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/server-git"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Version Control
Language
Python
Author
modelcontextprotocol