Connects Claude to test-genie's static analysis and self-healing test automation toolchain. Exposes 23 tools including diagnose_project for whole-project vulnerability and logic scanning (race conditions, hardcoded secrets, SQL injection, memory leaks), run_iterative_fix_loop for test-driven fix application with automatic rollback on regression, and platform-specific analyzers for iOS, Android, Flutter, React Native, and web. The diagnose_project call runs in about 30 seconds and returns prioritized findings with confidence scores and estimated fix times. The autoFix flag handles mechanical replacements like weak hash upgrades, while the full iterate-fix loop does syntax validation, backup, test rerun, and rollback. Built for catching the issues that slip past linters but break production.
claude mcp add --transport stdio io.github.muse-code-space-test-genie -- npx -y test-genie-mcp