Back to Home
AkerBP icon

mcp-registry

Verified Safe

by 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

Run Command
docker-compose up

Security 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

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens300
Stars1
Forks0
Last Update2025-12-04

Tags

MCPRegistryAPIFlaskDiscovery