io.github.neogeweb3/code-health-suite
Code Health Suite
16 个分析引擎、28 个 MCP 工具,用于 Python 代码质量。零外部依赖。
快速开始
作为 MCP 服务器(Claude Desktop / Claude Code)
{
"mcpServers": {
"code-health": {
"command": "code-health-suite"
}
}
}从 PyPI 安装
pip install code-health-suite或使用 uvx(无需安装):
uvx code-health-suite从 GitHub 安装
pip install git+https://github.com/nge/code-health-suiteRelated MCP server: MCP Code Analysis & Quality Server
工具
# | Tool | Engine | What it does |
1 |
| complexity | 每个函数的圈复杂度、认知复杂度、嵌套层级与评级 |
2 |
| complexity | 项目健康评分 0-100 |
3 |
| dead-code | 未使用的导入、函数、变量与参数 |
4 |
| security | OWASP 漏洞、CWE 映射的安全发现 |
5 |
| security | 安全健康评分 0-100 |
6 |
| import-graph | 导入依赖图、循环依赖检测 |
7 |
| import-graph | 导入架构评分 0-100 |
8 |
| clone-detect | 类型 1/2/3 代码克隆检测 |
9 |
| test-quality | 测试套件指标与反模式检测 |
10 |
| all engines | 综合报告与总体评级 |
11 |
| hotspot | 高 git 变更率且高复杂度的文件 |
12 |
| hotspot | 项目变更-复杂度评分 |
13 |
| dep-audit | 过时/存在漏洞的依赖检查 |
14 |
| change-impact | 文件变更的影响范围 |
15 |
| change-impact | 模块耦合度指标 |
16 |
| type-audit | 类型注解覆盖率 |
17 |
| type-audit | 类型覆盖率评分 0-100 |
18 |
| env-audit | 环境变量审计 |
19 |
| git-audit | 提交质量审计(安全 + 复杂度) |
20 |
| git-audit | Git 提交健康评分 |
要求
Python 3.10+
零外部依赖(仅标准库)
许可证
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