Loading languages...
GI

git-v2

@Aeron-cell

A Model Context Protocol (MCP) server that provides enhanced Git operations through a standardized interface. This server integrates with the MCP ecosystem to provide Git functionality to AI assistants.

git
github
version control

# mcpServer Config

{
  "mcpServers": {
    "git-v2": {
      "command": "node",
      "args": [
        "path/to/git-mcp-v2/build/index.js"
      ],
      "env": {
        "GIT_DEFAULT_PATH": "/path/to/default/git/directory",
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-pat"
      }
    }
  }
}

# stdio

node path/to/git-mcp-v2/build/index.js
Transport:
stdio
Язык:
TypeScript
Создано:4/7/2025
Обновлено:4/7/2025
Домашняя страница:
https://github.com/Aeron-cell/git-mcp-options