SSE-Server
Verified Safeby Harshitshukla2003
Overview
Provides real-time monitoring of HTTP requests received by a local server using Server-Sent Events (SSE).
Installation
npx tsx src/index.tsSecurity Notes
The server-side code in `src/index.ts` is straightforward and lacks critical vulnerabilities like direct `eval` usage or hardcoded secrets. It serves an `index.html` file and then broadcasts incoming HTTP request details as JSON via SSE. A potential client-side risk (not auditable from provided code) would be if the dashboard (`index.html`) fails to sanitize this incoming data, potentially leading to Self-XSS for the monitoring user, but this is not present in the server logic.
Similar Servers
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
devtools-debugger-mcp
Facilitate debugging of Node.js applications by exposing Chrome DevTools Protocol capabilities via an MCP server.
mcp-debugger-server
Provides enterprise-grade debugging capabilities for Node.js and TypeScript applications to AI agents, covering breakpoint management, execution control, variable inspection, performance profiling, and hang detection.