Odel
code health suite

code health suite

Local
@neogeweb3PythonUpdated 3mo ago

16 engines, 28 MCP tools for Python code quality. Zero external dependencies.

Code Health Suite

16 analysis engines, 28 MCP tools for Python code quality. Zero external dependencies.

Quick Start

As MCP Server (Claude Desktop / Claude Code)

{
  "mcpServers": {
    "code-health": {
      "command": "code-health-suite"
    }
  }
}

Install from PyPI

pip install code-health-suite

Or with uvx (no install needed):

uvx code-health-suite

Install from GitHub

pip install git+https://github.com/nge/code-health-suite

Tools

#ToolEngineWhat it does
1analyze_complexitycomplexityPer-function CC, cognitive complexity, nesting, grades
2get_complexity_scorecomplexityProject health score 0-100
3find_dead_codedead-codeUnused imports, functions, variables, arguments
4security_scansecurityOWASP vulns, CWE-mapped findings
5get_security_scoresecuritySecurity health score 0-100
6analyze_importsimport-graphImport dependency graph, circular deps
7get_import_healthimport-graphImport architecture score 0-100
8find_clonesclone-detectType-1/2/3 code clone detection
9analyze_test_qualitytest-qualityTest suite metrics, anti-patterns
10full_health_checkall enginesCombined report with overall grade
11find_hotspotshotspotFiles with high git churn AND high complexity
12get_hotspot_scorehotspotProject churn-complexity score
13audit_dependenciesdep-auditOutdated/vulnerable dependency check
14analyze_change_impactchange-impactBlast radius of file changes
15get_coupling_scorechange-impactModule coupling metrics
16analyze_typestype-auditType annotation coverage
17get_type_scoretype-auditType coverage score 0-100
18audit_envenv-auditEnvironment variable audit
19audit_git_commitsgit-auditCommit quality audit (security + complexity)
20get_git_audit_scoregit-auditGit commit health score

Requirements

  • Python 3.10+
  • Zero external dependencies (stdlib only)

License

MIT