MCP server for automatic Python package documentation context
SaferSkills independently audited autodoc-mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Intelligent documentation context provider for AI assistants
AutoDocs MCP Server automatically provides AI assistants with contextual, version-specific documentation for Python project dependencies. It uses intelligent dependency resolution to include both the requested package and its most relevant dependencies, giving AI assistants comprehensive context for accurate code assistance.
<a href="https://glama.ai/mcp/servers/@bradleyfay/autodoc-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@bradleyfay/autodoc-mcp/badge" alt="AutoDocs Server MCP server" /> </a>
# Using uv (recommended)
uv tool install autodoc-mcp
# Using pip
pip install autodoc-mcp# Start the MCP server
autodoc-mcp
# Test with your AI assistant
# Ask: "What packages are available in this project?"
# Ask: "Tell me about FastAPI with its dependencies"Add to your MCP client configuration:
{
"mcpServers": {
"autodoc-mcp": {
"command": "autodoc-mcp",
"env": {
"CACHE_DIR": "~/.cache/autodoc-mcp"
}
}
}
}📚 Complete Documentation: https://bradleyfay.github.io/autodoc-mcp/
Our documentation is organized into three focused paths:
AutoDocs provides 8 production-ready MCP tools:
This project welcomes contributions! Please see our Contributing Guide for detailed information.
git clone https://github.com/bradleyfay/autodoc-mcp.git
cd autodoc-mcp
uv sync --all-extras
uv run pytest # Run 400+ testsThis project demonstrates transparent AI-assisted development. Explore these directories to see the complete development process:
MIT License - see LICENSE for details.
Built with [FastMCP](https://github.com/jlowin/fastmcp) | [Documentation Site](https://bradleyfay.github.io/autodoc-mcp/) | [GitHub](https://github.com/bradleyfay/autodoc-mcp)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.