Submit

Dependency Mcp Server

@Estevao Saleme

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.
Overview

Dependency MCP Server

This project 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).

image

For details, visit: https://github.com/estevaosaleme/dependency-mcp-server

Server Config

{
  "mcpServers": {
    "Dependency Version Server": {
      "command": "python3",
      "args": [
        "<path>/dependency-mcp-server/main.py"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server