From etewiah-property-web-builder
Local Git MCP server for repository operations like clone, commit, push, pull, branch, status, and diff via stdio subprocess.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin etewiah-property-web-builderAdd to your .mcp.json:
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git"
]
}
}
}npx