amitdeshmukh_stdout-mcp-server

amitdeshmukh_stdout-mcp-server

3.2

If you are the rightful owner of amitdeshmukh_stdout-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that captures and manages stdout logs through a named pipe system.

The stdout-mcp-server is designed to capture and manage stdout logs from multiple processes or applications, making them available for debugging in Cursor IDE. It operates by creating a named pipe at a specific location, allowing any application to write logs to this pipe using standard output redirection. The server monitors the pipe, captures all incoming logs, and maintains a history of the last 100 entries. Through MCP tools, users can query, filter, and analyze these logs. This server is particularly useful for monitoring application output in real-time and providing a MCP interface to query, filter, and analyze logs.

Features

  • Named pipe creation and monitoring
  • Real-time log capture and storage
  • Log filtering and retrieval through MCP tools
  • Configurable log history (default: 100 entries)
  • Cross-platform support (Windows and Unix-based systems)

Tools

  1. get-logs

    Retrieve logs from the named pipe with optional filtering. Parameters include 'lines', 'filter', and 'since'.