Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From godmode
Provides Git repository operations including status, log, diff, and branch management, running locally via uvx.
npx claudepluginhub arbazkhan971/godmodeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git",
"--repository",
"${workspaceFolder}"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.