MCP ExplorerExplorer

Uv Mcp Server

@sparfenyukon a year ago
6 MIT
FreeCommunity
AI Systems
Stable virtual env management. No hallucinations.

Overview

What is Uv Mcp Server

uv-mcp-server is a management tool designed to handle virtual environments for machine learning models, ensuring reliable dependency resolution and environment updates.

Use cases

Use cases include setting up isolated environments for different machine learning projects, ensuring consistent dependency management, and facilitating collaboration among developers.

How to use

To use uv-mcp-server, you can run the command ‘uvx’ followed by the appropriate arguments, such as specifying the path to the ‘uv’ executable and the source repository.

Key features

Key features include reliable management of virtual environments, integration with tools like Cline and Claude Desktop, and command-line interface for easy usage.

Where to use

uv-mcp-server can be used in software development, particularly in machine learning projects where managing dependencies and virtual environments is crucial.

Content

venv-mcp-server

The MCP server which solves the following problem: LLMs are not able to resolve dependencies and update the virtual environment on their own reliably. With simple list of tools, venv-mcp-server makes it possible.

Integrations

Cline / Claude Desktop

{
  "mcpServers": {
    "venv-management-for-my-project": {
      "command": "uvx",
      "args": [
        "--from=git+https://github.com/sparfenyuk/venv-mcp-server.git",
        "venv-mcp-server"
      ]
    }
  }
}

Command-line arguments

$ uvx --from git+https://github.com/sparfenyuk/venv-mcp-server.git venv-mcp-server --help
usage: venv-mcp-server [-h] [--uv-path UV_PATH]

A MCP server to manage a virtual environment in the given location using 'uv'

options:
  -h, --help         show this help message and exit
  --uv-path UV_PATH  Path to uv executable. Default is the 'uv' command in your PATH.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers