private-mcp-registry
Verified Safeby binahm
Overview
Manages a private registry of Model Context Protocol (MCP) servers by combining selections from public registries and organization-specific private server definitions, to control what developers can install for tools like GitHub Copilot.
Installation
python scripts/registry.py compileSecurity Notes
The code primarily involves fetching JSON data from configured public registries and loading local JSON files. It explicitly states that secrets never go into the repository, mitigating hardcoded credential risks. Schema validation is used for configuration and server definitions. While fetching remote data always carries inherent risks (e.g., a compromised public registry serving malformed data), the codebase itself does not appear to execute arbitrary remote code on the host running the registry scripts. The actual execution of MCP servers (especially package-based ones) is intended to happen client-side, making client configuration critical for end-to-end security. The use of URL encoding for server names in network requests is a good practice.
Similar Servers
registry
The MCP Registry serves as a centralized metadata repository for publicly-available MCP servers, facilitating discovery and publishing of server information for clients and aggregators.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
toolsdk-mcp-registry
An API-driven registry for Model Context Protocol (MCP) servers, enabling discovery, detail retrieval, and execution of various AI tools and agents.
best-of-mcp-servers
This repository serves as a curated and ranked list of Model Context Protocol (MCP) servers, updated weekly, to help users discover relevant projects.