mcp git enhanced for Cursor
io.github.davidweb3-ctrl/mcp-git-enhanced
Enhanced Git MCP Server - Code review, commit analysis, and branch management
client:Cursor
transport:stdio
runtime:npm
Install mcp git enhanced in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-git-enhanced": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs