Git Add Changes
MCP Serverby aitmpl.com · Added 5mo ago
Claude
404
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"git-add-changes": {
"command": "npx",
"args": [
"git-add-changes"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Automatically stage changes in git after file modifications for easier commit workflow. This hook runs 'git add' on any file that Claude edits or writes, automatically staging changes for the next commit. Includes error suppression so it won't fail in non-git repositories. Helps streamline the devel
Tags
developmenthookaitmplhook