Connect to Claude
Git icon

Git

Createdcyanheads

Enables LLM agents to interact with Git repositories through a Model Context Protocol (MCP) server.

About

Git MCP Server provides a secure and standardized interface for AI assistants and LLM agents to interact with Git repositories. By exposing Git operations as MCP resources and tools, it allows agents to manage repositories, branches, commits, and files without direct filesystem or command-line access. This ensures proper security boundaries while providing a comprehensive suite of Git functionalities for AI-driven workflows.

Key Features

  • Repository Management: Initialize, clone, and check repository status
  • Working Directory Operations: Stage files, commit changes, create diffs
  • Advanced Git Commands: Manage tags, stash changes, cherry-pick, rebase
  • Branch Operations: Create, list, checkout, delete, and merge branches
  • Remote Operations: Add remotes, fetch, pull, push

Use Cases

  • AI-powered branch management and merging
  • Automated code review and commit generation
  • Integration of Git repositories with LLM-based development workflows