venv mcp服务器
- 集成 - Cline/Claude桌面 - 命令行参数
MCP服务器解决了以下问题:LLM无法自行解决依赖关系和更新虚拟环境 可靠地通过简单的工具列表, venv-mcp-server 使之成为可能。
集成
Cline/Claude桌面
{
"mcpServers": {
"venv-management-for-my-project": {
"command": "uvx",
"args": [
"--from=git+https://github.com/sparfenyuk/venv-mcp-server.git",
"venv-mcp-server"
]
}
}
}命令行参数
$ 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.