A
licenseB
qualityB
maintenanceMCP server enabling AI assistants to inspect and manage Python environments via uv, including package management, virtual environments, Python versions, tools, and security auditing.
50
Apache 2.0
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: init, add/remove packages (singular/plural), sync, and run commands. No overlap or ambiguity.
All tools use snake_case and follow a verb_noun pattern (add_package, remove_package, run_in_venv), but 'init' and 'sync' are single words, which is a minor deviation.
6 tools cover the essential operations for virtual environment management (init, add, remove, sync, run). No excess or deficiency.
Covers core workflows: init, add/remove packages, sync, run commands. Missing operations like listing installed packages or updating packages, but not critical.