io.github.neogeweb3/code-health-suite
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.neogeweb3/code-health-suiterun a full health check on my codebase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-suiteOr with uvx (no install needed):
uvx code-health-suiteInstall from GitHub
pip install git+https://github.com/nge/code-health-suiteRelated MCP server: MCP Code Analysis & Quality Server
Tools
# | Tool | Engine | What it does |
1 |
| complexity | Per-function CC, cognitive complexity, nesting, grades |
2 |
| complexity | Project health score 0-100 |
3 |
| dead-code | Unused imports, functions, variables, arguments |
4 |
| security | OWASP vulns, CWE-mapped findings |
5 |
| security | Security health score 0-100 |
6 |
| import-graph | Import dependency graph, circular deps |
7 |
| import-graph | Import architecture score 0-100 |
8 |
| clone-detect | Type-1/2/3 code clone detection |
9 |
| test-quality | Test suite metrics, anti-patterns |
10 |
| all engines | Combined report with overall grade |
11 |
| hotspot | Files with high git churn AND high complexity |
12 |
| hotspot | Project churn-complexity score |
13 |
| dep-audit | Outdated/vulnerable dependency check |
14 |
| change-impact | Blast radius of file changes |
15 |
| change-impact | Module coupling metrics |
16 |
| type-audit | Type annotation coverage |
17 |
| type-audit | Type coverage score 0-100 |
18 |
| env-audit | Environment variable audit |
19 |
| git-audit | Commit quality audit (security + complexity) |
20 |
| git-audit | Git commit health score |
Requirements
Python 3.10+
Zero external dependencies (stdlib only)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityCmaintenanceEnables comprehensive security vulnerability scanning and code quality analysis for Python applications. Provides detailed reports with scoring, actionable suggestions, and comparison tracking specifically designed for backend developers working with frameworks like Django, Flask, and FastAPI.51
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive code analysis through three MCP servers: static analysis for code quality and security, dependency analysis for package management and vulnerabilities, and complexity analysis for maintainability assessment across multiple programming languages.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables hybrid code audits using MCP tools across 12 domains, producing structured, scored, and actionable code quality reports.61MIT
- FlicenseNot gradedqualityDmaintenanceProvides deterministic Python code quality analysis using flake8, mypy, McCabe, and vulture, enabling LLMs to access real linting and type checking results.1
Related MCP Connectors
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neogeweb3/code-health-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server