mcp-package-version

mcp-package-version

87

The Package Version MCP Server is an MCP server offering tools to check the latest package versions across various programming ecosystems. It supports multiple transport modes and provides a robust interface for LLMs to recommend up-to-date packages. The server is designed with continuous integration and extensively supports containerized deployments.

What is the primary purpose of the Package Version MCP Server?

The primary purpose is to provide tools for checking the latest stable package versions from multiple package registries, ensuring that developers and LLMs are using up-to-date versions.

Which transport modes does the server support?

The server supports stdio (default) and SSE (Server-Sent Events) transport modes.

How can I install the Package Version MCP Server?

You can install it using Go with the command go install github.com/sammcj/mcp-package-version/v2@HEAD or run it in a Docker container.

What platforms does the server support for package version checking?

It supports npm, PyPI, Maven Central, Go Proxy, Swift Packages, AWS Bedrock, Docker Hub, GitHub Container Registry, and GitHub Actions.

Is the Package Version MCP Server part of a larger toolset?

Yes, it is slowly being integrated into the mcp-devtools server.