mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Developer Tools

Git

Tools to read, search, and manipulate Git repositories, including status, diffs, commits, branches, and history.

by AnthropicRepository →Source →
Installuvx mcp-server-git --repository path/to/git/repo

The Git MCP server exposes tools to read, search, and manipulate Git repositories directly from an MCP client.

Capabilities

  • Inspect status, diffs, and commit history
  • Stage changes and create commits
  • Create and checkout branches
  • Search repository contents

Usage

{
  "mcpServers": {
    "git": {
      "command": "uvx",
      "args": ["mcp-server-git", "--repository", "path/to/git/repo"]
    }
  }
}