mcp-package-version
An MCP server that provides LLMs with the latest stable package versions when coding
GitHub Stars
113
User Rating
Not Rated
Favorites
0
Views
44
Forks
22
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Go: Install the latest version (See [Go Installation](https://go.dev/doc/install))
Installation Steps
1. Install MCP Package
bash
go install github.com/sammcj/mcp-package-version/v2@HEAD
2. Configure MCP Server
Create a configuration file as follows:json
{
"mcpServers": {
"package-version": {
"command": "/Users/sammcj/go/bin/mcp-package-version"
}
}
}
3. Run in a Container (Optional)
bash
docker run -p 18080:18080 ghcr.io/sammcj/mcp-package-version:main