sammcj/mcp-package-version
An MCP server that provides LLMs with the latest stable package versions when coding
Platform-specific configuration:
{
"mcpServers": {
"mcp-package-version": {
"command": "npx",
"args": [
"-y",
"mcp-package-version"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/mcp-package-version)
An MCP server that provides tools for checking latest stable package versions from multiple package registries:
This server helps LLMs ensure they're recommending up-to-date package versions when writing code.
IMPORTANT: I'm slowly moving across this tool to a component of my [mcp-devtools](https://github.com/sammcj/mcp-devtools) server
<a href="https://glama.ai/mcp/servers/zkts2w92ba"></a>
Requirements:
Using go install (Recommended for MCP Client Setup):
go install github.com/sammcj/mcp-package-version/v2@HEADThen setup your client to use the MCP server. Assuming you've installed the binary with go install github.com/sammcj/mcp-package-version/v2@HEAD and your $GOPATH is /Users/sammcj/go/bin, you can provide the full path to the binary:
{
"mcpServers": {
"package-version": {
"command": "/Users/sammcj/go/bin/mcp-package-version"
}
}
}Loading reviews...