Skip to content

Pre Commit

Free

by MCP Community

MCP tool server for managing git repositories and pre-commit hooks

v1.0.0Added Apr 12, 2026
mcpgitpre-commithooksmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Pre Commit MCP Server

MCP tool server for managing git repositories and pre-commit hooks

Installation

npx -y mcp-pre-commit

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-pre-commit
Add to claude_desktop_config.json
{
  "mcpServers": {
    "pre-commit": {
      "command": "npx",
      "args": ["-y", "mcp-pre-commit"]
    }
  }
}