stdout-mcp-server

stdout-mcp-server

3.3

If you are the rightful owner of 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 creates a named pipe at a specific location, allowing any application to write logs 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. The server supports cross-platform functionality, working on both Windows and Unix-based systems, and requires Node.js v18 or newer for installation.

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'.