Back to Browse

Git MCP Server

Developer ToolsModerate6.5Local
Free

Read, search, and manipulate Git repositories programmatically

About

The Git MCP Server provides tools to read, search, and manipulate Git repositories programmatically. Your AI assistant can inspect commit history, view diffs, manage branches, and search through codebases using git log, blame, and other operations.

Part of the official MCP reference servers maintained by the Model Context Protocol team, this server wraps common git CLI operations into structured MCP tools. It operates on local repositories and respects existing git configurations.

Ideal for developers who want AI-assisted code archaeology, commit message generation, branch management, or repository analysis without leaving their conversation.

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (2 strong, 1 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry.

6 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "git": {
      "env": {},
      "args": [
        "-y",
        "@modelcontextprotocol/server-git",
        "--repository",
        "/path/to/repo"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Git MCP Server - Read, search, and manipulate Git repositories | MCP Marketplace