Skip to main content
Glama
neogeweb3

io.github.neogeweb3/code-health-suite

by neogeweb3

Code Health Suite

16개의 분석 엔진, Python 코드 품질을 위한 28개의 MCP 도구. 외부 의존성 없음.

빠른 시작

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-suite

Related MCP server: MCP Code Analysis & Quality Server

도구

#

Tool

Engine

기능

1

analyze_complexity

complexity

함수별 순환 복잡도, 인지 복잡도, 중첩, 등급

2

get_complexity_score

complexity

프로젝트 건강 점수 0-100

3

find_dead_code

dead-code

사용하지 않는 import, 함수, 변수, 인수

4

security_scan

security

OWASP 취약점, CWE 매핑 결과

5

get_security_score

security

보안 건강 점수 0-100

6

analyze_imports

import-graph

import 의존성 그래프, 순환 의존성

7

get_import_health

import-graph

import 아키텍처 점수 0-100

8

find_clones

clone-detect

Type-1/2/3 코드 클론 탐지

9

analyze_test_quality

test-quality

테스트 스위트 지표, 안티패턴

10

full_health_check

all engines

종합 리포트 및 전체 등급

11

find_hotspots

hotspot

git 변경량과 복잡도가 높은 파일

12

get_hotspot_score

hotspot

프로젝트 변경량-복잡도 점수

13

audit_dependencies

dep-audit

오래된/취약한 의존성 확인

14

analyze_change_impact

change-impact

파일 변경의 영향 범위

15

get_coupling_score

change-impact

모듈 결합도 메트릭

16

analyze_types

type-audit

타입 어노테이션 커버리지

17

get_type_score

type-audit

타입 커버리지 점수 0-100

18

audit_env

env-audit

환경 변수 감사

19

audit_git_commits

git-audit

커밋 품질 감사 (보안 및 복잡도)

20

get_git_audit_score

git-audit

Git 커밋 건강 점수

요구 사항

  • Python 3.10+

  • 외부 의존성 없음 (stdlib만)

라이선스

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    C
    maintenance
    Enables 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.
    5
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides deterministic Python code quality analysis using flake8, mypy, McCabe, and vulture, enabling LLMs to access real linting and type checking results.
    1

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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