A
licenseB
qualityA
maintenanceAn MCP server that performs comprehensive Python code analysis using Ruff, ty, and Vulture for linting, type checking, and dead code detection.
8
79 PyPI
11
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct action: running tests, lint-checking, auto-fixing, and formatting. No overlap in purpose.
Tools consistently use snake_case and an action-oriented pattern, but 'pytest_runner' deviates from the 'ruff_*' prefix used by the others, causing minor inconsistency.
Four tools is a tight, well-scoped set covering the core Python development workflows of testing and linting/formatting.
Covers the essential operations for the domain: test execution, linting, auto-fix, and formatting. Minor gaps like custom rule configuration are absent, but the core is complete.