Back to Home
AlejandroVelezGuillermo icon

registry

Verified Safe

by AlejandroVelezGuillermo

Overview

Provides a centralized registry service for discovering, managing, and sharing Model Context Protocol (MCP) server metadata.

Installation

Run Command
docker-compose up

Environment Variables

  • MCP_REGISTRY_DATABASE_URL
  • MCP_REGISTRY_DATABASE_NAME
  • MCP_REGISTRY_COLLECTION_NAME
  • MCP_REGISTRY_GITHUB_CLIENT_ID
  • MCP_REGISTRY_GITHUB_CLIENT_SECRET

Security Notes

The service implements GitHub OAuth device flow for publishing server metadata, which correctly uses environment variables (MCP_REGISTRY_GITHUB_CLIENT_ID, MCP_REGISTRY_GITHUB_CLIENT_SECRET) for credentials. Token validation is performed against the GitHub API, checking application association and repository access (owner or organization member). No 'eval' or obvious obfuscation is present. The 'docker-compose.yml' exposes MongoDB on port 27017, which, while standard for development, would require securing (e.g., firewall, network segmentation) in a production environment to prevent unauthorized database access.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

MCPRegistryAPIServer DiscoveryMetadata ManagementGoMongoDB