MCP ExplorerExplorer

Venv Mcp Server

@sparfenyukon 10 months ago
6 MIT
FreeCommunity
AI Systems
Stable virtual env management. No hallucinations.

Overview

What is Venv Mcp Server

venv-mcp-server is a stable management tool for virtual environments that ensures reliable dependency resolution and updates for Large Language Models (LLMs).

Use cases

Use cases for venv-mcp-server include managing virtual environments for machine learning projects, ensuring consistent environments for LLMs, and simplifying the setup process for developers working with Python applications.

How to use

To use venv-mcp-server, you can run the command ‘uvx --from git+https://github.com/sparfenyuk/venv-mcp-server.git venv-mcp-server’ in your terminal. You can also specify the path to the ‘uv’ executable using the --uv-path option.

Key features

Key features of venv-mcp-server include reliable dependency management, easy integration with tools like Cline and Claude Desktop, and a straightforward command-line interface.

Where to use

undefined

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