Git MCP ServerServer

Sheshiyer
GitHub
Version ControlDeveloper ToolsCode Execution

Loading subscription status...

💡 Description

An MCP server that provides enhanced Git operations through a standardized interface, integrating with the MCP ecosystem for Git functionality in AI assistants.

📝 JSON Entries

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

🛠️ Tools

clonebranch_listbranch_createcheckouttag_createremote_liststash_savepush

Features

  • Core Git operations: initialize, clone, status, add, commit, push, pull
  • Branch management: list, create, delete
  • Tag operations: list, create, delete
  • Remote management: list, add, remove
  • Stash operations: list, save, pop
  • Bulk actions: execute multiple Git operations in sequence
  • GitHub integration via personal access token