A comprehensive Python code quality toolkit that plugs 16 analysis engines into Claude through 28 MCP tools. You get complexity analysis with cyclomatic and cognitive metrics, dead code detection for unused imports and functions, OWASP security scans with CWE mapping, import graph analysis for circular dependencies, and clone detection. It also includes test quality metrics, git hotspot analysis that combines churn with complexity, dependency auditing, change impact analysis, type annotation coverage, and commit quality audits. Everything runs on Python's standard library with zero external dependencies. Reach for this when you need a complete code health audit without juggling multiple linting tools, or when Claude needs to assess technical debt across a Python codebase. Each engine returns a 0-100 health score.
claude mcp add --transport stdio neogeweb3-code-health-suite uvx code-health-suite