sammcj/mcp-package-version
by Various
An MCP server that provides LLMs with the latest stable package versions when coding
MCP
sammcj/mcp-package-version
Added 1 June 2026
Overview
An MCP server that supplies LLMs with the latest stable package versions during coding. It is written in Go and helps prevent outdated or insecure dependency suggestions.
Best for
Best for
Developers using LLM-based coding assistants who need reliable, current package version information inline.
Use cases
- Integrate with AI coding assistants to fetch current package versions
- Verify recommended package versions are up-to-date during development
- Automate dependency version lookup in LLM-driven code generation pipelines
Notes
An MCP server that supplies LLMs with the latest stable package versions during coding. It is written in Go and helps prevent outdated or insecure dependency suggestions.
121 stars on GitHub. Last updated 2026-01-28. Licensed MIT.
Use cases
- Integrate with AI coding assistants to fetch current package versions
- Verify recommended package versions are up-to-date during development
- Automate dependency version lookup in LLM-driven code generation pipelines
Pros
- Lightweight and focused single-purpose tool
- Reduces the risk of LLMs suggesting old or deprecated packages
- Straightforward MCP protocol integration with compatible LLM hosts
Cons
- Requires an MCP-compatible LLM environment to function
- May not cover all package registries or custom package sources
- Limited to version lookups; does not handle broader dependency management
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight and focused single-purpose tool
- Reduces the risk of LLMs suggesting old or deprecated packages
- Straightforward MCP protocol integration with compatible LLM hosts
Cons
- Requires an MCP-compatible LLM environment to function
- May not cover all package registries or custom package sources
- Limited to version lookups; does not handle broader dependency management
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.