{
  "markdown": "# Code Health Suite\n\n16 analysis engines, 28 MCP tools for Python code quality. Zero external dependencies.\n\n<!-- mcp-name: io.github.neogeweb3/code-health-suite -->\n\n## Quick Start\n\n### As MCP Server (Claude Desktop / Claude Code)\n\n```json\n{\n  \"mcpServers\": {\n    \"code-health\": {\n      \"command\": \"code-health-suite\"\n    }\n  }\n}\n```\n\n### Install from PyPI\n\n```bash\npip install code-health-suite\n```\n\nOr with uvx (no install needed):\n\n```bash\nuvx code-health-suite\n```\n\n### Install from GitHub\n\n```bash\npip install git+https://github.com/nge/code-health-suite\n```\n\n## Tools\n\n| # | Tool | Engine | What it does |\n|---|------|--------|-------------|\n| 1 | `analyze_complexity` | complexity | Per-function CC, cognitive complexity, nesting, grades |\n| 2 | `get_complexity_score` | complexity | Project health score 0-100 |\n| 3 | `find_dead_code` | dead-code | Unused imports, functions, variables, arguments |\n| 4 | `security_scan` | security | OWASP vulns, CWE-mapped findings |\n| 5 | `get_security_score` | security | Security health score 0-100 |\n| 6 | `analyze_imports` | import-graph | Import dependency graph, circular deps |\n| 7 | `get_import_health` | import-graph | Import architecture score 0-100 |\n| 8 | `find_clones` | clone-detect | Type-1/2/3 code clone detection |\n| 9 | `analyze_test_quality` | test-quality | Test suite metrics, anti-patterns |\n| 10 | `full_health_check` | all engines | Combined report with overall grade |\n| 11 | `find_hotspots` | hotspot | Files with high git churn AND high complexity |\n| 12 | `get_hotspot_score` | hotspot | Project churn-complexity score |\n| 13 | `audit_dependencies` | dep-audit | Outdated/vulnerable dependency check |\n| 14 | `analyze_change_impact` | change-impact | Blast radius of file changes |\n| 15 | `get_coupling_score` | change-impact | Module coupling metrics |\n| 16 | `analyze_types` | type-audit | Type annotation coverage |\n| 17 | `get_type_score` | type-audit | Type coverage score 0-100 |\n| 18 | `audit_env` | env-audit | Environment variable audit |\n| 19 | `audit_git_commits` | git-audit | Commit quality audit (security + complexity) |\n| 20 | `get_git_audit_score` | git-audit | Git commit health score |\n\n## Requirements\n\n- Python 3.10+\n- Zero external dependencies (stdlib only)\n\n## License\n\nMIT\n",
  "bytes": 2272,
  "sha": "eaa384386f28aa44789d28f53091f6ffa06ec770e126aadf21a58dcfa5cb2800",
  "repo_slug": "neogeweb3/code-health-suite",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_neogeweb3_code_health_suite_b7521f0b/readme"
}