Skip to content
Cursor

package version check mcp for Cursor

io.github.mshekow/package-version-check-mcp

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

client:Cursor transport:stdio runtime:pypi

Install package version check mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "package-version-check-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "package-version-check-mcp"
      ],
      "env": {
        "GITHUB_PAT": "<GITHUB_PAT>",
        "PACKAGE_VERSION_CACHE_ENABLED": "<PACKAGE_VERSION_CACHE_ENABLED>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

package version check mcp in other clients