MCP Git Enhanced
Rank #24,980io.github.davidweb3-ctrl/mcp-git-enhanced
Enhanced Git MCP Server - Code review, commit analysis, and branch management
MCP Git Enhanced is a Model Context Protocol (MCP) server published by davidweb3-ctrl. It ranks #24,980 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Git Enhanced is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 19, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 90,611 of 115,591 servers on MCP Toplist.
Use MCP Git Enhanced
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-git-enhanced -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y @davidweb3-ctrl/mcp-git-enhancedReplace each placeholder with your own value before saving.
[mcp_servers.mcp-git-enhanced]
command = "npx"
args = ["-y", "@davidweb3-ctrl/mcp-git-enhanced"]
[mcp_servers.mcp-git-enhanced.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-git-enhanced": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}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.davidweb3-ctrl%2Fmcp-git-enhanced)<a href="https://mcptoplist.com/server/io.github.davidweb3-ctrl%2Fmcp-git-enhanced"><img src="https://mcptoplist.com/badge/io.github.davidweb3-ctrl%2Fmcp-git-enhanced.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
davidweb3-ctrl
Other servers by davidweb3-ctrl
View all davidweb3-ctrl servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Apr 21, 2026 |
| 1.0.0 | Apr 19, 2026 |
Frequently asked questions
- Who maintains MCP Git Enhanced?
- MCP Git Enhanced is maintained by davidweb3-ctrl, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Git Enhanced listed on the Official MCP Registry?
- Yes — MCP Git Enhanced is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Git Enhanced have?
- MCP Toplist tracks 2 versions of MCP Git Enhanced, most recently published on Apr 21, 2026.
- Where can I find the source code for MCP Git Enhanced?
- The source code for MCP Git Enhanced is hosted at github.com/davidweb3-ctrl/mcp-git-enhanced.