uv-mcp

dmclain/uv-mcp

3.2

If you are the rightful owner of uv-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with Python installations via uv, the fast Python package installer.

uv-mcp provides LLMs with direct access to inspect and manage Python environments through the uv package manager. This allows AI assistants to help with Python dependency management, environment inspection, and troubleshooting tasks. By leveraging the Model Context Protocol, uv-mcp standardizes the way Python environment data and package management functionalities are exposed, making it easier for AI models to interact with and manipulate Python environments. This server is particularly useful for developers and AI systems that need to ensure compatibility and manage dependencies across different environments, whether local or in production.

Features

  • Environment Inspection: Query installed packages and their versions
  • Dependency Resolution: Check compatibility between packages
  • Environment Comparison: Identify differences between local and cloud/production environments
  • Requirement Management: Parse and validate requirements files
  • Package Information: Retrieve metadata about PyPI packages