uv-docs-mcp
An MCP server providing programmatic access to UV documentation through a standardized API.
The UV Documentation MCP Server offers a structured API to access UV documentation, leveraging a modern hierarchical resource structure. It exposes both high-level documentation sections and detailed command documentation as individual MCP resources. The server is built with a modular architecture, separating concerns into resource, tools, and prompts layers. This design allows for efficient documentation queries and updates, making it suitable for integration with AI assistants and other MCP clients.
Features
- Hierarchical Resource Structure: Access UV documentation via a structured URI scheme, allowing detailed queries.
- Modular Architecture: Separates concerns into resource, tools, and prompts layers for efficient operation.
- Version-aware Caching: Optimizes documentation retrieval with automatic and manual cache updates.
- Streamlined Tools: Provides operational commands for cache management and real-time documentation searches.
- Pre-built Prompts: Supplies templates for generating documentation summaries and other tasks.
MCP Tools
- {'update_cache': 'Updates the documentation cache if the live version has changed.'}
- {'search_documentation': 'Performs real-time searches over the UV documentation.'}
MCP Resources
- {'Base Section': 'uv-docs://cli returns the list of all CLI commands.'}
- {'Command Level': 'uv-docs://cli/uv-cache returns metadata about the uv cache command.'}
- {'Subsection Level': 'uv-docs://cli/uv-cache/uv-cache-dir returns detailed documentation content for the uv cache dir section.'}
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"uv-docs": {
"command": "uv",
"args": [
"--directory",
"/Users/steven/Git/MCP/uv-docs",
"run",
"uv-docs"
]
}
}
}
Published Configuration
{
"mcpServers": {
"uv-docs": {
"command": "uvx",
"args": [
"uv-docs"
]
}
}
}
Debugging with MCP Inspector
bash
npx @modelcontextprotocol/inspector uv --directory /Users/steven/Git/MCP/uv-docs run uv-docs
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.