Back to Home
KemingHe icon

python-dependency-manager-companion-mcp-server

Verified Safe

by KemingHe

Overview

Provides up-to-date Python package manager documentation to AI agents, cross-referencing official docs for pip, conda, poetry, uv, pixi, and pdm.

Installation

Run Command
docker run -i --rm keminghe/py-dep-man-companion

Security Notes

The server primarily functions as a search interface over pre-indexed documentation. It uses Tantivy for search, which is a library for information retrieval, not code execution. No direct use of 'eval' or arbitrary code execution mechanisms is apparent in the provided Python source summaries. Network risks are limited to outbound connections for documentation updates (which occur weekly, not on user request) and serving search results via standard I/O. There are no exposed APIs beyond stdin/stdout, reducing external attack surface. No hardcoded secrets were found. The primary risk would stem from vulnerabilities in the Tantivy library or the FastMCP framework itself, rather than the application logic.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassLow
Avg Tokens1000
Stars42
Forks3
Last Update2025-12-09

Tags

PythonDependency ManagementAI AgentDocumentationReal-time Updates