Pre Commit
Freeby MCP Community
MCP tool server for managing git repositories and pre-commit hooks
v1.0.0Added Apr 12, 2026
mcpgitpre-commithooksmodel-context-protocol
Pre Commit MCP Server
MCP tool server for managing git repositories and pre-commit hooks
Installation
npx -y mcp-pre-commit
Reviews
Installation
Quick install
npx -y mcp-pre-commit
Add to claude_desktop_config.json
{
"mcpServers": {
"pre-commit": {
"command": "npx",
"args": ["-y", "mcp-pre-commit"]
}
}
}