DirectoryGit Mcp Server
tools

Git Mcp Server

by cyanheads

50
Health
fair
50
Popularity

An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.

213stars
52forks
TypeScript
Apache-2.0
Updated May 10, 2026
#ai#enterprise-ready#git#git-server#git-tools#llm#mcp#mcp-server#model-context-protocol#modelcontextprotocol

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "git-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Installation

npx git-mcp-server

Maintenance Healthfair

Freshness32/40
Issue response3/30
Org backing10/20
Longevity5/10
Updated recently
Most issues unresolved

Server Info

Categorytools
LanguageTypeScript
LicenseApache-2.0
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory