Introduction to Self-Updating MCP Server for Official Python Dependency Documentation
By
keminghe
10mo ago· 3 min readenCode
90/100
Golden Brown
Bagelometer↗
Pure flour-power. Hearty enough to carry you through lunch.
Score90Typehow-toSentimentneutral
Summary
The article introduces a self-updating MCP server for official documentation from pip, poetry, uv, and conda, aimed at reducing maintenance overhead for developers using VSCode/Cursor with AI assistants.
Key quotes
· 3 pulledOfficial docs from pip, poetry, uv, and conda + automated weekly updates = zero maintenance overhead for developers using VSCode/Cursor with AI assistants.
Pull latest Docker image: docker pull keminghe/py-dep-man-companion:latest
Add to your IDE's mcp.json: {"mcp": {"servers": {"python-deps": {"command": "docker","args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion:latest"]}}}}
Self-updating MCP server for official pip, uv, poetry and conda docs - KemingHe/python-dependency-manager-companion-mcp-server
