mcp-discovery-server
Verified Safeby madlinux768
Overview
This server acts as a centralized service discovery registry, allowing microservices to register themselves and discover other services by type.
Installation
npm startEnvironment 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
deployhq-mcp-server
This is a backend server component, likely acting as a "Master Control Program" for deployment workflows or a core service, developed using Node.js and TypeScript.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.