Package Version Check
MShekow/package-version-check-mcpA MCP server that returns the current, up-to-date version of packages you use as dependencies in a variety of ecosystems, such as Python, NPM, Go, or GitHub Actions. It also supports looking up the latest versions of almost 1000 tools, such as development runtimes like python, node, dotnet, development tools like gradle, and various DevOps tools like kubectl or terraform, via the mise-en-place tool. Supported ecosystems / tools: - Developer ecosystems: NPM, PyPI, NuGet, Maven / Gradle, Go, PHP, Ruby, Rust, Swift, Dart - DevOps ecosystems: Docker, Helm charts, GitHub Actions - Actions hosted on GitHub.com, returning their current version, their inputs and outputs, and (optionally) their entire README with usage examples, Terraform Providers and Modules, various tools such as kubectl, terraform, gradle, maven, etc.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"package_version_check": {
"url": "https://github.com/MShekow/package-version-check-mcp",
"transport": "http"
}
}
}