loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-package-version

MCP Tool

sammcj/mcp-package-version

An MCP server that provides LLMs with the latest stable package versions when coding

Install

$ npx loaditout add sammcj/mcp-package-version

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-package-version": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-package-version"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Package Version MCP Server

[](https://smithery.ai/server/mcp-package-version)

An MCP server that provides tools for checking latest stable package versions from multiple package registries:

  • npm (Node.js/JavaScript)
  • PyPI (Python)
  • Maven Central (Java)
  • Go Proxy (Go)
  • Swift Packages (Swift)
  • AWS Bedrock (AI Models)
  • Docker Hub (Container Images)
  • GitHub Container Registry (Container Images)
  • GitHub Actions

This server helps LLMs ensure they're recommending up-to-date package versions when writing code.

IMPORTANT: I'm slowly moving across this tool to a component of my [mcp-devtools](https://github.com/sammcj/mcp-devtools) server

<a href="https://glama.ai/mcp/servers/zkts2w92ba"></a>

Screenshot

  • Package Version MCP Server
  • Screenshot
  • Installation
  • Usage
  • Tools
  • Releases and CI/CD
  • License
Installation

Requirements:

  • A modern go version installed (See Go Installation)

Using go install (Recommended for MCP Client Setup):

go install github.com/sammcj/mcp-package-version/v2@HEAD

Then setup your client to use the MCP server. Assuming you've installed the binary with go install github.com/sammcj/mcp-package-version/v2@HEAD and your $GOPATH is /Users/sammcj/go/bin, you can provide the full path to the binary:

{
  "mcpServers": {
    "package-version": {
      "command": "/Users/sammcj/go/bin/mcp-package-version"
    }
  }
}
  • For the Cline VSCode Extension this will be `~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_m

Tags

aijavascriptllmmcpnodepackagepythonsecuritytooltypescriptversioningversions

Reviews

Loading reviews...

Quality Signals

Quality Score5000
122
Stars
0
Installs
Last updated82 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit1/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/sammcj/mcp-package-version)](https://loaditout.ai/skills/sammcj/mcp-package-version)