Back to Home
madlinux768 icon

mcp-discovery-server

Verified Safe

by madlinux768

Overview

This server acts as a centralized service discovery registry, allowing microservices to register themselves and discover other services by type.

Installation

Run Command
npm start

Environment Variables

  • PORT

Security Notes

The server lacks any form of authentication or authorization for registering, updating, or querying services. This means any client capable of reaching the server can interact with the service registry. While it avoids common vulnerabilities like 'eval' or hardcoded secrets, its design assumes deployment within a fully trusted and isolated network, or requires external security measures (e.g., API Gateway, IP whitelisting) to prevent misuse.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Stars0
Forks0
Last Update2026-01-17

Tags

Service DiscoveryMicroservicesRegistryNode.jsHTTP API