uv-mcp-server
@sparfenyuk
关于 uv-mcp-server
Stable virtual env management. No hallucinations.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"uv-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"git+https://github.com/sparfenyuk/uv-mcp-server",
"--reinstall"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is uv-mcp-server?
uv-mcp-server is an MCP (Model Context Protocol) server that uses uv to manage Python dependencies. It is intended for developers who need to manage Python virtual environments and dependencies through the MCP framework.
How to use uv-mcp-server?
Install the server with uv tool install git+https://github.com/sparfenyuk/uv-mcp-server --reinstall. Run the server using uv-mcp-server --root-path ROOT_PATH where ROOT_PATH is the path to the .venv directory; an optional --uv-path UV_PATH argument specifies the path to the uv executable.
Key features of uv-mcp-server
- Uses
uvfor Python dependency management. - Requires a path to a
.venvdirectory. - Optional path to the
uvexecutable.
Use cases of uv-mcp-server
- Managing Python dependencies in a virtual environment via MCP.
- Integrating
uvtooling into MCP‑based workflows.
FAQ from uv-mcp-server
What does uv-mcp-server do?
It is an MCP server that uses the uv tool to manage Python dependencies.
How do I install uv-mcp-server?
Install it with uv tool install git+https://github.com/sparfenyuk/uv-mcp-server --reinstall.
What command-line arguments are required?
You must provide --root-path to specify the location of the .venv directory. Optionally, you can provide --uv-path to point to the uv executable.
What runtime dependencies does uv-mcp-server have?
The server requires uv (the Python dependency manager) to be installed on the system.
Is there any authentication or transport configuration mentioned?
No authentication or transport details are provided in the README.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论