Private MCP Registry
1 min read
The Private MCP Registry is Archestra's centralized repository for managing MCP servers within your organization. It provides governance and control over AI tool access, allowing administrators to curate, configure, and control which MCP servers are available to teams, ensuring security, compliance, and standardization across your AI infrastructure.
Key Features
Centralized Server Management
The private registry provides a single location to:
- Add and configure MCP servers for your organization
- Manage both remote and local MCP servers
- Control server versions and updates
- Configure authentication and credentials
Two Types of MCP Servers
Remote MCP Servers
Remote servers connect to external services via HTTP/SSE:
- OAuth Integration: Built-in support for OAuth authentication
- API Endpoints: Direct connection to service APIs
- Browser Authentication: Support for browser-based auth flows
- Managed Credentials: Secure storage of API keys and tokens
Local MCP Servers
Local servers run as containers within your Kubernetes cluster:
- Custom Docker Images: Use standard or custom Docker images
- Environment Configuration: Inject API keys and configuration
- Command Arguments: Configure startup commands and arguments
- Resource Management: Control CPU and memory allocation