Back to Home
AlejandroVelezGuillermo icon

registry

Verified Safe

by AlejandroVelezGuillermo

Overview

A community-driven registry service for Model Context Protocol (MCP) servers, enabling discovery, management, and sharing of model contexts.

Installation

Run Command
docker compose up -d

Environment Variables

  • MCP_REGISTRY_SERVER_ADDRESS
  • MCP_REGISTRY_DATABASE_URL
  • MCP_REGISTRY_DATABASE_NAME
  • MCP_REGISTRY_COLLECTION_NAME
  • MCP_REGISTRY_LOG_LEVEL
  • MCP_REGISTRY_SEED_FILE_PATH
  • MCP_REGISTRY_SEED_IMPORT
  • MCP_REGISTRY_VERSION
  • MCP_REGISTRY_GITHUB_CLIENT_ID
  • MCP_REGISTRY_GITHUB_CLIENT_SECRET

Security Notes

The docker-compose.yml file, while convenient for local development, exposes MongoDB without explicit authentication. If this configuration is used in a production environment, it presents a significant security risk for the database. The application's Go code generally follows good practices by using environment variables for sensitive configurations (GitHub Client ID/Secret) and implements a GitHub device flow for publisher authentication, including token validation against the application and repository owner/organization.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-06

Tags

Model Context ProtocolRegistryAPIGoMongoDB