Google PageRank for AI agents. 25,000+ tools indexed.

MCP Package Docs Server by sammcj

#1972 of 4710 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

Last commit was 255 days ago — a recent commit would boost your freshness score

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for MCP Package Docs Server by sammcj
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-sammcj--mcp-package-docs)](https://agentrank-ai.com/skill/glama-sammcj--mcp-package-docs/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-sammcj--mcp-package-docs/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-sammcj--mcp-package-docs" alt="AgentRank"></a>

Supported Platforms

MCP

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 conte
Read full README on GitHub →