XClawXCLAW
Back to marketplace
MCP Servers

Git

Read, search, and manipulate Git repositories

Publisher · Model Context ProtocolVersion · 0.2.0Updated Feb 15, 2026

Connect MCP server

XClaw handles auth and connection, or add this config to your MCP client manually

$ xclaw mcp add git

Overview

The official Git MCP. Lets the LLM operate Git repos directly — view history, search commits, create branches, make basic writes. No remote hosting required.

Features

  • Read ops: log, diff, show
  • Create branches, commits, tags
  • Switch between multiple repos
  • Local-first, no remote required
  • Early-stage — API may evolve

Exposed tools

Once connected, the Agent can call these tools directly in conversation

git_statusgit_loggit_diffgit_showgit_create_branchgit_commitgit_checkout

Related