MCP Server UV
@hackcpp
关于 MCP Server UV
A Model Context Protocol server for uv package manager
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-uv": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
".[test]"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server UV?
MCP Server UV is a Model Context Protocol (MCP) server implementation for the UV package manager. It provides MCP-compatible interfaces for managing Python packages and virtual environments using UV, intended for developers and AI agents that need to interact with Python projects.
How to use MCP Server UV?
Install with pip install mcp-server-uv and ensure dependencies (Python ≥3.11, UV ≥0.1.10, mcp-python ≥0.1.0) are met. The server exposes tools for package and project management, invoked through MCP-compatible clients.
Key features of MCP Server UV
- Install, uninstall, and upgrade Python packages
- List installed packages and view dependency trees
- Add and remove project dependencies
- Compile and sync requirements with hashes
- Initialize new Python projects and manage lockfiles
- Build and publish distribution archives
Use cases of MCP Server UV
- AI-powered dependency management via natural language commands
- Automated project initialization and lockfile creation in CI/CD
- Interactive package updates and upgrades across environments
- Generating secure requirements.txt with hash verification
- Building and publishing packages to a package index
FAQ from MCP Server UV
What are the runtime requirements for MCP Server UV?
The server requires Python ≥3.11, UV ≥0.1.10, and mcp-python ≥0.1.0.
What package management tools does MCP Server UV provide?
Tools include uv_pip_list, uv_pip_install, uv_pip_uninstall, uv_pip_upgrade, uv_pip_compile, and uv_pip_sync.
What project management tools does MCP Server UV provide?
Tools include uv_init, uv_add, uv_remove, uv_sync, uv_lock, uv_run, uv_tree, uv_build, and uv_publish.
How can I install MCP Server UV?
Install via pip: pip install mcp-server-uv.
How can I contribute to MCP Server UV
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
评论