mcp-registry
Verified Safeby TeamSparkAI
Overview
A comprehensive Model Context Protocol (MCP) server catalog, discovery platform, and validation tool, enabling developers and AI practitioners to find, evaluate, and integrate MCP servers with schema validation and linting.
Installation
pnpm run devEnvironment Variables
- NEXT_PUBLIC_REGISTRY_URL
Security Notes
The system explicitly warns about potential command injection risks within the `Argument` schema definition, indicating awareness of this common vulnerability. API endpoints use `Access-Control-Allow-Origin: *` for CORS, which is standard for public APIs but means any domain can make requests, a common consideration for public data. No hardcoded secrets or direct malicious patterns like 'eval' were found in the provided source.
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.
frontmcp
The CodeCall plugin provides AgentScript-based meta-tools for orchestrating MCP tools, enabling programmatic discovery, description, execution, and invocation of server capabilities within a sandboxed JavaScript environment.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
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.