mcp-server
Verified Safeby nlupitaviza
Overview
A Node.js Express server designed to stream real-time data, specifically initial model loading and periodic updates (pings), to client applications using Server-Sent Events (SSE).
Installation
node index.jsEnvironment Variables
- PORT
Security Notes
The server uses `cors()` without specific origin configuration, allowing requests from any domain, which is a significant security risk for production environments if sensitive data were to be exposed. There is no authentication or authorization implemented for the `/mcp` SSE endpoint, meaning any client can connect and receive data. No apparent malicious patterns, hardcoded secrets, or usage of `eval` were found.
Similar Servers
SSE-Server
Provides real-time monitoring of HTTP requests received by a local server using Server-Sent Events (SSE).
mcp-icon-test-server
This server is designed to test icon support for various Model Context Protocol (MCP) entities (server, tools, resources, prompts) within the MCP Inspector.
mcp-server-everything-sse
A test server for developers building Model Context Protocol (MCP) clients, demonstrating various MCP features like tools, prompts, resources, and sampling.
gfrestaurants-sse
Provides real-time updates and data streaming capabilities for a restaurant multi-channel platform.