Tech News
← Back to articles

Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

read original related products more articles

Python Dependency Manager Companion MCP Server

README updated on 2025-07-23 by @KemingHe

Official docs from pip , poetry , uv , and conda + automated weekly updates = zero maintenance overhead for developers using VSCode/Cursor with AI assistants. [Demo]

🚀 Quick Start for Agentic IDEs

1. Pull latest Docker image:

docker pull keminghe/py-dep-man-companion:latest

2. Add to your IDE's mcp.json :

{ "mcp" : { "servers" : { "python-deps" : { "command" : " docker " , "args" : [ " run " , " -i " , " --rm " , " keminghe/py-dep-man-companion:latest " ] } } } }

3. Query official docs directly in your AI chat - guaranteed fresh from weekly automated updates.

🤝 Contributing

... continue reading