Servers
git-commit-aider MCP Server
@MrOrz
A simple MCP server that makes git commits on behave of AI, so that you can track AI contribution in your codebase
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"git-commit-aider": {
"command": "npx",
"args": [
"mcp-git-commit-aider"
]
}
}
}