The Uv Docs MCP server exposes UV package manager's documentation via a standardized API, allowing programmatic access through a Model Context Protocol (MCP) interface. It features a hierarchical resource structure, separating concerns into resource, tools, and prompts layers. This design enables efficient querying of high-level sections, detailed command documentation, and subsections. The server offers tools for cache management and real-time searches, along with prompt templates for documentation summarization, enhancing integration with AI assistants and MCP clients.
Key Features
01MCP Inspector debugging support
02Hierarchical resource structure for documentation access
03Tools for updating cache and performing real-time searches
04Version-aware caching system for optimized retrieval
05Pre-built prompt templates for documentation summarization
062 GitHub stars