Serversio.github.modelcontextprotocol/git
G

Git

io.github.modelcontextprotocol/git · v0.6.2
▦ pypi
v0.6.2pypi pypi: mcp-server-git↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.modelcontextprotocol/git",
  "title": "Git",
  "description": "Tools to read, search, and manipulate Git repositories.",
  "version": "0.6.2",
  "repository": {
    "url": "https://github.com/modelcontextprotocol/servers",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-server-git",
      "version": "0.6.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "named",
          "name": "--repository",
          "valueHint": "path",
          "description": "Path to a Git repository the server is allowed to operate on",
          "isRequired": true
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/category": [
      "dev-tools",
      "reference"
    ],
    "dev.indusmcp/source": "official-registry-mirror"
  }
}