MCP Package Docs Server by sammcj
35 score
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Ranked #1972 out of 4710 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 56
Freshness 8mo ago
Issue Health 100%
Stars 80
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Freshness high impact
Platforms medium impact
Supported Platforms
From the README
# Package Documentation MCP Server An MCP (Model Context Protocol) server that provides LLMs with efficient access to package documentation across multiple programming languages and language server protocol (LSP) capabilities. **_Note: I am not actively maintaining the codebase at present. While it doesn't provide access to private package documentation - the [Context7](https://github.com/upstash/context7) MCP server and service meets my needs which are mostly for public package documentation. I personally use Context7 via my [mcp-devtools](https://github.com/sammcj/mcp-devtools) MCP server which is actively maintained._** ## Features - **Multi-Language Support**: - Go packages via `go doc` - Python libraries via built-in `help()` - NPM packages via registry documentation (including private registries) - Rust crates via crates.io and docs.rs - **Smart Documentation Parsing**: - Structured output with description, usage, and examples - Focused information to avoid conteRead full README on GitHub →