Package Registry Mcp Server
@Artmann
关于 Package Registry Mcp Server
MCP server for searching and getting up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"package-registry": {
"command": "npx",
"args": [
"package-registry-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Package Registry Mcp Server?
A Model Context Protocol (MCP) server that enables AI assistants (Claude, Cursor, Copilot, etc.) to search package registries and retrieve up-to-date package information. It supports npm, crates.io, NuGet, PyPI, Go modules, and GitHub Security Advisories.
How to use Package Registry Mcp Server?
Install globally with npm install -g package-registry-mcp or run directly with npx package-registry-mcp. Configure as an MCP server in Cursor Settings, Claude Code via claude mcp add, or add to claude_desktop_config.json with command npx and args ["package-registry-mcp"].
Key features of Package Registry Mcp Server
- Search and get details for multiple package registries.
- Retrieve latest version and version history for any package.
- Search GitHub Security Advisories for known vulnerabilities.
- Get advisory details and per-package vulnerability reports.
- Real-time data fetched directly from official registries.
Use cases of Package Registry Mcp Server
- Ask an AI assistant to find the latest version of a dependency.
- Check a package for known security vulnerabilities before adding it.
- Compare versions and metadata across npm, crates.io, and NuGet.
- Retrieve dependency lists and maintainer info for audit purposes.
FAQ from Package Registry Mcp Server
What runtime is required?
Node.js 18+ or Bun runtime, plus an internet connection for registry access.
Can I use it without installing?
Yes. Run with npx package-registry-mcp — no global installation needed.
Does it support searching all registries?
No. PyPI and Go module search are not supported because those registries lack a JSON search API; only detail and version listing are available.
How do I configure it with Claude Desktop?
Add the server to claude_desktop_config.json with "command": "npx" and "args": ["package-registry-mcp"]. The config file location depends on your OS.
What data does it return?
Package metadata (name, description, version, license), dependencies, download statistics, maintainer info, and last 50 versions. Advisories include GHSA ID, CVE ID, severity, CVSS score, affected ranges, and patched versions.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论