Package Docs

Package Docs

sammcj

Provides LLMs with cached access to package documentation across NPM, Go, Python, and Rust ecosystems with smart parsing and search capabilities.

803,209 views20Local (stdio)

What it does

  • Query NPM package documentation
  • Access Go package docs via go doc
  • Retrieve Python library help information
  • Search Rust crate documentation
  • Parse code symbols and functions
  • Search within documentation with fuzzy matching

Best for

Developers needing quick package referenceCode review and documentation lookupMulti-language project developmentPackage evaluation and comparison
Built-in caching for performanceMulti-language support (Go, Python, NPM, Rust)Smart parsing avoids context overload

Alternatives