package-registry-mcp
Verified Safeby Artmann
Overview
Enables AI assistants and agents to search various package registries (NPM, Cargo, NuGet, PyPI, Go) and retrieve up-to-date package information.
Installation
npx package-registry-mcpSecurity Notes
The server uses `zod` for input validation, which helps prevent malformed inputs. Network requests to external package registries are performed with a 10-second timeout, mitigating potential hangs. No hardcoded secrets or 'eval' statements were found. The tool interacts with well-known public APIs of package registries, which are generally trusted. Communication with the MCP client is via standard I/O.
Similar Servers
MCPJungle
A self-hosted gateway and registry for Model Context Protocol (MCP) servers, allowing AI agents to discover and consume tools from a central location.
mcp-gateway-registry
Provides an interface for AI agents and administrators to interact with and manage the MCP Gateway Registry, including registering services, managing agents, configuring access control, and performing semantic tool discovery.
toolsdk-mcp-registry
A self-hosted registry and gateway for Model Context Protocol (MCP) servers, enabling discovery, secure execution, and OAuth 2.1 authentication for AI agents and LLM applications.
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.