All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introduction to Self-Updating MCP Server for Official Python Dependency Documentation

By

keminghe

10mo ago· 3 min readenCode

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 pulled
Official 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"]}}}}
Snippet from the RSS feed
Self-updating MCP server for official pip, uv, poetry and conda docs - KemingHe/python-dependency-manager-companion-mcp-server

You might also wanna read