Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by amitdeshmukh • Analytics & Monitoring
A small MCP server that captures stdout sent to a named pipe, stores recent log lines, and exposes them via an MCP tool for querying and filtering.
Aggregate stdout from multiple local processes into a single, queryable log stream for debugging.
Retrieve recent application output (last N lines or since a timestamp) to analyze errors or runtime behavior.
Real-time monitoring of application logs via MCP tooling, with optional text filtering for specific events like errors.
This server creates a cross-platform named pipe (Unix /tmp/stdout_pipe or Windows \\.\pipe\stdout_pipe), monitors incoming stdout streams, and maintains a rolling history (default 100 entries). It provides an MCP interface (get-logs) to retrieve, filter, and query logs in real time, making it useful for debugging and monitoring multiple applications. Installation is via Node.js (npx) and it is designed to integrate with MCP clients such as Cursor IDE. Benefits include consolidated log capture from multiple processes and simple programmatic access to recent output.
Retrieve logs from the named pipe with optional filtering
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.