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
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント