Git
Rank #53,747io.github.Abhishekkumar2021/git
Local Git via MCP: status, log, diff, file history, branches, and gated stage/commit. Pure-JS.
Git is a Model Context Protocol (MCP) server published by Abhishekkumar2021. It ranks #53,747 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Git is listed on Official MCP, with 2 tracked versions. It was first listed on Jun 28, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 78,366 of 132,113 servers on MCP Toplist.
Use Git
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add git -e "GIT_ROOTS=<your GIT_ROOTS>" -e "GIT_WRITABLE=<your GIT_WRITABLE>" -- npx -y @abhishekmcp/gitReplace each placeholder with your own value before saving.
[mcp_servers.git]
command = "npx"
args = ["-y", "@abhishekmcp/git"]
[mcp_servers.git.env]
GIT_ROOTS = "<your GIT_ROOTS>"
GIT_WRITABLE = "<your GIT_WRITABLE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/git"
],
"env": {
"GIT_ROOTS": "<your GIT_ROOTS>",
"GIT_WRITABLE": "<your GIT_WRITABLE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/git"
],
"env": {
"GIT_ROOTS": "<your GIT_ROOTS>",
"GIT_WRITABLE": "<your GIT_WRITABLE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"git": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/git"
],
"env": {
"GIT_ROOTS": "<your GIT_ROOTS>",
"GIT_WRITABLE": "<your GIT_WRITABLE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/git"
],
"env": {
"GIT_ROOTS": "<your GIT_ROOTS>",
"GIT_WRITABLE": "<your GIT_WRITABLE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/git"
],
"env": {
"GIT_ROOTS": "<your GIT_ROOTS>",
"GIT_WRITABLE": "<your GIT_WRITABLE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Abhishekkumar2021%2Fgit)<a href="https://mcptoplist.com/server/io.github.Abhishekkumar2021%2Fgit"><img src="https://mcptoplist.com/badge/io.github.Abhishekkumar2021%2Fgit.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Abhishekkumar2021
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jun 28, 2026 |
| 0.1.0 | Jun 28, 2026 |
Frequently asked questions
- Who maintains Git?
- Git is maintained by Abhishekkumar2021, which publishes 12 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Git listed on the Official MCP Registry?
- Yes — Git is listed on the Official MCP Registry.
- How many versions does Git have?
- MCP Toplist tracks 2 versions of Git, most recently published on Jun 28, 2026.
- Where can I find the source code for Git?
- The source code for Git is hosted at github.com/Abhishekkumar2021/mcp-suite.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.