MCP.so
Sign In
Servers
D

Dependency Mcp Server

@estevaosaleme

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

Add this server to your MCP-compatible client using the configuration below.

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

More from Other