Used by 7 plugins
Git repository operations and version control
Provides Git repository operations including status, diff, commit, and branch management.
Add to your .mcp.json:
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"."
]
}
}
}uvx