Back to Skills

Git

Verified

Git repository operations for AI agents

version-controlrepositorycollaboration

Quick Inject

$armorer inject openclaw git

About

Provides Git operations (clone, commit, push, pull, diff, log) through MCP. Agents can manage repositories and track changes. Armorer restricts operations to designated repositories only.

MCP Configuration

{
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "mcp/git"
  ]
}