Back to Home
ravitemer icon

mcp-registry

Verified Safe

by ravitemer

Overview

This repository serves as a centralized, community-maintained registry for Model Context Protocol (MCP) servers, providing structured installation configurations to facilitate discovery and integration for MCP clients and hubs.

Installation

Run Command
npm run build

Environment Variables

  • GITHUB_TOKEN
  • GITHUB_PAT

Security Notes

The registry codebase (scripts and schemas) is generally sound. It uses 'js-yaml.load' which can be risky with untrusted input; however, YAML files are part of the version-controlled repository, subject to PR review, and validated by a strict Zod schema, significantly mitigating this vulnerability by preventing unexpected fields. No 'eval', obfuscation, or hardcoded secrets are present within the registry's core logic. The 'enrich.js' script safely retrieves data from GitHub API. The potential for malicious commands within the 'config' field of server definitions is a risk for external MCP clients that execute these configurations, not the registry's own operations.

Similar Servers

Stats

Interest Score40
Security Score7
Cost ClassLow
Stars16
Forks2
Last Update2025-12-06

Tags

MCPRegistryServer ManagementConfigurationCommunity-driven