Provides LLMs with efficient access to package documentation across multiple programming languages.
Package Docs is an MCP server designed to provide Large Language Models (LLMs) with efficient access to package documentation across various programming languages. It supports Go, Python, NPM packages (including private registries), and Rust crates. Features include smart documentation parsing with structured output, advanced search capabilities with fuzzy matching, and Language Server Protocol (LSP) support for TypeScript/JavaScript, enabling hover information, code completions, and diagnostics. The server is performance-optimized with built-in caching and efficient parsing.