Warning
This repository is archived and no longer maintained.
Note
🚀 Major Update: Now supports 6 Python package managers! Added pixi and pdm with full auto-updating documentation alongside existing pip, conda, poetry, and uv support.
Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official pip, conda, poetry, uv, pixi, and pdm docs with auto-updates. [Watch Demo on YouTube]
1. Pull Docker image:
# Pin to commit hash for production security
# Get current hash from: https://hub.docker.com/r/keminghe/py-dep-man-companion/tags
docker pull keminghe/py-dep-man-companion@sha256:2c896dc617e8cd3b1a1956580322b0f0c80d5b6dfd09743d90859d2ef2b71ec6 # 2025-07-22 release example
# Or use latest for development
docker pull keminghe/py-dep-man-companion:latest2. Add to your IDE's mcp.json:
{
"mcp": {
"servers": {
"python-deps": {
"command": "docker",
"args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion"]
}
}
}
}3. Ask package manager questions - "How to migrate a conda project to uv?" and get accurate, current official syntax.
- ⏰ Every Tuesday 6pm ET
- 📚 Sync Official Docs
- 🔍 Rebuild Search Index
- 🐳 Publish Latest Image
Use as template: [Create from template] for your own MCP server projects.
Contribute back: Fork and follow CONTRIBUTING.md for development setup.
- Added support for
pixiandpdmin version 0.1.1 - Add comprehensive tests with 100% coverage
- Add indexing support for PDF and CSV files
This project is licensed under the MIT License - a permissive license that allows free use, modification, and distribution with attribution.
Open a GitHub issue for bug reports and feature requests.