Back to Home
nohuiam icon

health-monitor

Verified Safe

by nohuiam

Overview

This server monitors the health of other Model Context Protocol (MCP) servers and the broader Imminence OS ecosystem, providing real-time alerts and aggregated status.

Installation

Run Command
npm start

Security Notes

The server employs several strong security practices, including input validation via Zod for MCP tool arguments, rate limiting on HTTP endpoints, and a hardcoded CORS whitelist. The InterLock UDP communication uses a 'Tumbler' for whitelisting peers and signals, along with message freshness checks, which is a robust security layer for a UDP mesh. No direct usage of `eval` or `child_process` was found. A minor concern exists with the `JSON.parse` usage on raw WebSocket messages and in the InterLock text protocol `decodeTextMessage` without explicit schema validation for all potential message types. However, the current handlers for these pathways are limited, mitigating immediate risks. Hardcoded peer port mappings in `getPeerPort` are brittle but not a direct security flaw.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-17

Tags

health monitoringalertingsystem healthreal-timemicroservices