๐ ๐ An MCP Server to help LLMs suggest the latest stable package versions when writing code.
Package Version MCP Server
The MCP server provides tools for checking the latest stable package versions across multiple registries, including npm, PyPI, Maven Central, Go Proxy, Swift Packages, AWS Bedrock, Docker Hub, GitHub Container Registry, and GitHub Actions.
go install
:
go install github.com/sammcj/mcp-package-version/v2@HEAD
git clone https://github.com/sammcj/mcp-package-version.git cd mcp-package-version make
docker run -p 18080:18080 ghcr.io/sammcj/mcp-package-version:latest
Configure your MCP client to use the server via:
react
and react-dom
versions in a Node.js project.react
and lodash
versions with constraints.requirements.txt
or pyproject.toml
dependencies.nginx
with regex filtering.claude
models.For detailed tool syntax, refer to the Usage section.
Note: Version 2.0.0+ requires Go and updated client configurations. See Installation for setup guidance.
๐ โ an openAI middleware proxy to use mcp in any existing openAI compatible client
๐ โ framework to build vertical AI agent
๐ โ Use MCP provided tools in LangChain.js
A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).