Git runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 4 Jul 2026.
Local Git via MCP: status, log, diff, file history, branches, and gated stage/commit. Pure-JS.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add git -- npx -y @abhishekmcp/git
{
"mcpServers": {
"git": {
"args": [
"-y",
"@abhishekmcp/git"
],
"command": "npx"
}
}
}
[mcp_servers.git]
command = "npx"
args = ["-y", "@abhishekmcp/git"]
{
"mcpServers": {
"git": {
"args": [
"-y",
"@abhishekmcp/git"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"git": {
"args": [
"-y",
"@abhishekmcp/git"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.