build-quality-agent

alex-jb/build-quality-agent
★ 0 stars Python 💻 Code/Dev Tools Updated today
🛡️ Pre-push Claude diff reviewer + local build runner. Catches errors before they hit Vercel. Git hook + MCP server. MIT.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "build-quality-agent": {
      "command": "uvx",
      "args": [
        "build-quality-agent"
      ]
    }
  }
}

Or install with pip: pip install build-quality-agent

Topics

ai-code-reviewclaudeclicode-reviewdeveloper-toolsgit-hooksmcp-serveross-toolspre-pushpythonsolo-founder