Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🛠️ Other Tools and Integrations
  3. Git
Git logo
Health: ActiveRecent health check succeeded.Last checked 9/15/2026, 12:31:34 PM

Git

User RatingsBe the first to rate and review this MCP server!Ownership verifiedThe owner proved control of this listing via a GitHub README, site badge, or DNS TXT record.
View Repository90.4k GitHub StarsTotal stargazers on GitHub for the source repository (90,353 stars).Visit Website
gitversion-controldeveloper-toolsmcp

Read, search, and manipulate Git repositories through MCP using a local Python package.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (9) Directory Badge Alternatives🛠️ More in Other Tools and Integrations

Overview

Git MCP server exposes local Git repository operations to MCP-compatible clients for reading, searching, and manipulating repository data. It runs as a Python package through uvx or pip and accepts a repository path through the --repository option. Reach for it when an agent needs controlled access to a local Git checkout rather than a hosted Git provider API. The repository describes this implementation as a reference example, so production deployments should apply their own security review.

Use cases

•Read a local repository through an MCP client
•Search repository data with an agent
•Manipulate a checked-out Git repository
•Scope agent access to a selected repository path

Key features

•Read Git repositories
•Search repository data
•Manipulate local repositories
•Configure a repository path with --repository
•Run through uvx or pip

Capabilities & Tool Schemas (9) ~941 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Git.

create_entities

Create multiple new entities in the knowledge graph

create_relations

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

add_observations

Add new observations to existing entities in the knowledge graph

delete_entities

Delete multiple entities and their associated relations from the knowledge graph

delete_observations

Delete specific observations from entities in the knowledge graph

delete_relations

Delete multiple relations from the knowledge graph

How Git works

What Git MCP server does

The Git MCP server gives an MCP client access to a local Git repository. The repository description identifies its purpose as reading, searching, and manipulating Git repositories. It is intended for workflows where an agent needs to work with repository contents through MCP instead of receiving direct, unrestricted shell access.

The implementation is part of the official MCP servers repository, which contains reference implementations maintained by the MCP steering group. That context matters when evaluating the Git MCP server: the project is presented as an educational example of MCP features and SDK usage, not as a production-ready service.

How it works

The Git MCP server runs locally and communicates with an MCP client over the client’s configured process connection. The README documents a Python distribution named mcp-server-git. You can launch it with uvx, or install it with pip and start it as a Python module.

A repository is selected by passing its path with --repository. The client configuration example uses uvx as the command and supplies the package name followed by that option and a repository path. The path must be set for the environment where the MCP process runs; the README does not document remote repository hosting or a Git provider API connection.

The supplied tool inventory lists knowledge-graph operations including create_entities, create_relations, add_observations, delete_entities, delete_observations, delete_relations, read_graph, search_nodes, and open_nodes. These names do not describe Git actions, so verify the installed package and exposed tool set before building an automation around them.

Setup and configuration

The documented direct launch command is:

sh
uvx mcp-server-git

For a client configuration, use the uvx executable and provide mcp-server-git, --repository, and the local repository path as arguments. The README also documents a pip-based route:

Terminal
pip install mcp-server-git
python -m mcp_server_git

No API token, OAuth flow, or required environment variable is documented for the Git MCP server. The example is configured for Claude Desktop, and the README notes that uvx entries remain unchanged on Windows.

Tools and capabilities

Based on the project description, use the Git MCP server to support agents that need to:

  • Read information from a local Git repository.
  • Search repository data.
  • Manipulate repository data through MCP.
  • Select the repository available to the process with --repository.

The provided tool list should be treated separately from these capabilities until confirmed against the package version you install, because its operations are named for knowledge-graph entities, observations, relations, and nodes.

Limitations and notes

This Git MCP server is a reference implementation. The repository explicitly advises developers to evaluate security requirements and add safeguards for their own threat model and use case. Access to a local repository should therefore be scoped carefully, especially when an agent can manipulate repository data.

The material does not document hosted Git services, GitHub authentication, branch-management details, commit semantics, or a complete per-tool argument reference. It also does not establish compatibility with MCP clients beyond showing a Claude Desktop configuration example. The repository uses Apache-2.0 for new contributions while existing code is under MIT, so review the included license information when redistributing code.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    🛠️ Other Tools and Integrations3 views
    Compare vs Time →
  • Server Everything logoServer Everything

    MCP server that exercises all the features of the MCP protocol

    🛠️ Other Tools and Integrations6 views
    Compare vs Server Everything →
  • Memory logoMemory
    Verified

    Knowledge graph-based persistent memory system.

    🛠️ Other Tools and Integrations2 views
    Compare vs Memory →
  • Filesystem logoFilesystem
    Verified

    Secure file operations with configurable access controls.

    🛠️ Other Tools and Integrations3 views
    Compare vs Filesystem →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
90k
Stargazers on the source repository.
npm downloads
410k
Package downloads in the last 30 days.
Last commit
18d ago
Most recent push to the default branch.
Tools exposed
9
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Git

Run `uvx mcp-server-git`, or install `mcp-server-git` with pip and run `python -m mcp_server_git`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/git?style=directory)](https://allmcps.com/mcp/git)
HTML Embed
<a href="https://allmcps.com/mcp/git"><img src="https://allmcps.com/api/badge/git?style=directory" alt="Git on AllMCPs" /></a>

Technical Specs & Signals

Category🛠️Other Tools and Integrations
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 3, 2026
12/12 checks healthy over the last 42d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars90,353
GitHub Star CountTotal stargazers on GitHub representing community popularity (90,353 stars).
Last commit18d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
npm downloads410,051/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
89Quality signal: Excellent · 89/100How this signal is calculated ▾
Server availability25/25
Verified ownership20/20
Documentation & tools29/30
Adoption & activity14/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 26d ago via OSV.dev · @modelcontextprotocol/server-memory (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🛠️ Other Tools and Integrations →Alternatives to Git →Install in Claude DesktopInstall in CursorInstall in VS Code