stdio_sse_mcp_server_wrapper
by sco3
Overview
Acts as an intermediary, wrapping a standard I/O (stdio) based process and exposing its real-time output and input capabilities via a Server-Sent Events (SSE) web interface.
Installation
npm startEnvironment Variables
- PORT
- MCP_SERVER_COMMAND
Security Notes
Source code not provided for detailed analysis. Based on the name, it's likely a Node.js application that manages a child process. Potential risks include unsanitized command execution if it spawns child processes, or improper handling/exposure of internal process state if not carefully implemented via SSE. No hardcoded secrets or malicious patterns could be identified without the actual source code.
Similar Servers
mcp-proxy
Acts as a transparent proxy for Model Context Protocol (MCP) servers, allowing switching between stdio, Server-Sent Events (SSE), and Streamable HTTP transports.
mcp-gateway
A multi-tenant secure proxy for AI clients to Ragie Model Context Protocol (MCP) services with WorkOS authentication and role-based access control.
SSE-Server
Provides real-time monitoring of HTTP requests received by a local server using Server-Sent Events (SSE).
mcp-server
This server-side application is designed for managing and orchestrating processes or plugins, handling events, and facilitating inter-service communication via RPC.