Package Docs icon

Package Docs

Createdsammcj

Provides LLMs with efficient access to package documentation across multiple programming languages.

About

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.

Key Features

  • Multi-language support for Go, Python, NPM, and Rust documentation
  • 31 GitHub stars
  • Advanced search features including fuzzy matching and relevance scoring
  • Language Server Protocol (LSP) support for code intelligence
  • Smart documentation parsing with structured output and symbol lookup
  • Performance optimized with caching and efficient parsing

Use Cases

  • Using LSP for hover information, code completions, and diagnostics
  • Looking up documentation for Go, Python, NPM, and Rust packages
  • Searching within package documentation using fuzzy matching