nagavitalp/code-health-mcp
If you are the rightful owner of code-health-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Code Health MCP Server is a Model Context Protocol server designed to provide comprehensive code quality analysis through quantitative metrics and trend analysis, supporting C#, Python, and TypeScript codebases.
Tools
Functions exposed to the LLM to take actions
analyze_file
Analyze a single source file to get detailed metrics.
analyze_repository
Batch analyze entire repository to get an overview of codebase health.
get_complexity_trends
Retrieve historical complexity data to track quality over time.
predict_refactor_risk
Get refactoring risk predictions to prioritize technical debt.
get_dependency_graph
Analyze dependency relationships to understand coupling and architecture.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client