It provides MCP tools to fetch the latest stable version of libraries and modules from various programming language package registries (Java, Python, Go, Rust, PHP, C/C++, Ruby, Dart, Swift, and JavaScript/Node.js).
Features:
- Fetches the latest stable version for a given package from the main registry of each supported language.
- Easily extensible and maintainable.
Server Config
{
"mcpServers": {
"Dependency Version Server": {
"command": "python3",
"args": [
"<path>/dependency-mcp-server/main.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}