mcp-registry
Verified Safeby AkerBP
Overview
Provides a centralized API for applications like VS Code with GitHub Copilot to discover and access Model Context Protocol (MCP) servers within the AkerBP organization.
Installation
docker-compose upSecurity Notes
The server is a simple Flask application that serves hardcoded data from an in-memory list. Input parameters (limit, cursor) are handled safely with type conversions (int, str). There are no obvious code injection vulnerabilities like 'eval' or direct shell commands. No hardcoded sensitive secrets are visible in the provided code. CORS is explicitly enabled for all origins ('*') which is acceptable for a public read-only registry service, but it means any domain can query it. Overall, the attack surface is minimal.
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.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
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.
registry
Registry for discovering Model Context Protocol (MCP) servers relevant to biomedical research, facilitating tool discovery and integration for AI assistants.