estevaosaleme/dependency-mcp-server
If you are the rightful owner of dependency-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Dependency MCP Server is designed to fetch the latest stable versions of libraries and modules from various programming language package registries.
The Dependency MCP Server is a versatile tool that provides MCP tools to fetch the latest stable version of libraries and modules from a wide range of programming language package registries, including Java, Python, Go, Rust, PHP, C/C++, Ruby, Dart, Swift, and JavaScript/Node.js. It is designed to be fast and efficient, utilizing asynchronous HTTP requests to ensure quick responses. The server is easily extensible and maintainable, making it a valuable resource for developers who need to keep their dependencies up to date. The server can be integrated with platforms like Cursor and Claude Desktop, allowing for seamless communication and automation of dependency management tasks.
Features
- Fetches the latest stable version for a given package from the main registry of each supported language.
- Asynchronous HTTP requests for fast responses.
- Easily extensible and maintainable.
Usages
usage with cursor
{ "mcpServers": { "Dependency Version Server": { "command": "python3", "args": ["<path>/dependency-mcp-server/main.py"], "env": { "PYTHONUNBUFFERED": "1" } } } }
usage with claude desktop
{ "mcpServers": { "Dependency Version Server": { "command": "python3", "args": ["<path>/dependency-mcp-server/main.py"], "env": { "PYTHONUNBUFFERED": "1" } } } }