Git
OfficialRead, search, and manipulate Git repositories via the MCP protocol.
Configuration
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git"
]
}
}
}Add this to your claude_desktop_config.json file.