io.github.neogeweb3/code-health-suite
Provides 28 MCP tools across 16 analysis engines for comprehensive Python code quality assessment, including complexity scoring, security scanning, dead code detection, dependency auditing, and test quality analysis.
README
Code Health Suite
16 analysis engines, 28 MCP tools for Python code quality. Zero external dependencies.
<!-- mcp-name: io.github.neogeweb3/code-health-suite -->
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
| # | Tool | Engine | What it does |
|---|---|---|---|
| 1 | analyze_complexity |
complexity | Per-function CC, cognitive complexity, nesting, grades |
| 2 | get_complexity_score |
complexity | Project health score 0-100 |
| 3 | find_dead_code |
dead-code | Unused imports, functions, variables, arguments |
| 4 | security_scan |
security | OWASP vulns, CWE-mapped findings |
| 5 | get_security_score |
security | Security health score 0-100 |
| 6 | analyze_imports |
import-graph | Import dependency graph, circular deps |
| 7 | get_import_health |
import-graph | Import architecture score 0-100 |
| 8 | find_clones |
clone-detect | Type-1/2/3 code clone detection |
| 9 | analyze_test_quality |
test-quality | Test suite metrics, anti-patterns |
| 10 | full_health_check |
all engines | Combined report with overall grade |
| 11 | find_hotspots |
hotspot | Files with high git churn AND high complexity |
| 12 | get_hotspot_score |
hotspot | Project churn-complexity score |
| 13 | audit_dependencies |
dep-audit | Outdated/vulnerable dependency check |
| 14 | analyze_change_impact |
change-impact | Blast radius of file changes |
| 15 | get_coupling_score |
change-impact | Module coupling metrics |
| 16 | analyze_types |
type-audit | Type annotation coverage |
| 17 | get_type_score |
type-audit | Type coverage score 0-100 |
| 18 | audit_env |
env-audit | Environment variable audit |
| 19 | audit_git_commits |
git-audit | Commit quality audit (security + complexity) |
| 20 | get_git_audit_score |
git-audit | Git commit health score |
Requirements
- Python 3.10+
- Zero external dependencies (stdlib only)
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.