Awesome MCPSoftware Development

sammcj/mcp-package-version

⭐ 122 Go added to this list on 2025-04-09 repository created 2024-12-16

mcp-package-version is a Model Context Protocol server, written in Go, that helps language models recommend current dependency versions instead of outdated ones. It queries many package registries and returns the latest stable versions for npm and other Node packages, PyPI Python packages, Maven Central Java artifacts, Go modules through the Go proxy, Swift packages, AWS Bedrock AI models, Docker Hub and GitHub Container Registry images, and GitHub Actions. Tools accept dependency manifests in their native forms, so an assistant can pass an npm dependency map, a requirements.txt list, a pyproject.toml structure or a Maven definition and get back the newest versions, optionally constrained to a major version. This lets a coding agent verify or update the versions it is about to write into a project's manifest. The server supports two transports: stdio by default for local MCP clients, and Server-Sent Events over HTTP for networked use, with command-line options for the port and base URL. It can be installed with go install, built from source, or run as a container image published to GitHub Container Registry, and configuration examples are given for the Cline VSCode extension, Claude Desktop and GoMCP. The author notes the tool is gradually being folded into their mcp-devtools server. It is aimed at developers who want their AI assistants to suggest accurate, up-to-date package versions across multiple language ecosystems and container registries.

https://github.com/sammcj/mcp-package-version

mcppackage-versiondependenciesnpmpypidockergo

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...