← Back to browse

package-version-check-mcp

Indexed by io.github.MShekow

About

Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGITHUB_PAT PACKAGE_VERSION_CACHE_ENABLED
Claude Code
claude mcp add --env GITHUB_PAT= --env PACKAGE_VERSION_CACHE_ENABLED= package-version-check-mcp -- uvx package-version-check-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"package-version-check-mcp","command":"uvx","args":["package-version-check-mcp"],"env":{"GITHUB_PAT":"","PACKAGE_VERSION_CACHE_ENABLED":""}}'
JSON
{
  "mcpServers": {
    "package-version-check-mcp": {
      "command": "uvx",
      "args": [
        "package-version-check-mcp"
      ],
      "env": {
        "GITHUB_PAT": "",
        "PACKAGE_VERSION_CACHE_ENABLED": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.