a year ago
developer-toolsAn MCP server that any process can pipe stdout logs to including console logs from nodejs programs
Overview
What is stdout-mcp-server?
stdout-mcp-server is a Model Context Protocol (MCP) server designed to capture and manage stdout logs from various processes, making it easier to debug applications and monitor their output in real-time.
How to use stdout-mcp-server?
To use stdout-mcp-server, you can redirect your application's output to a named pipe created by the server. This can be done using standard output redirection in your terminal.
Key features of stdout-mcp-server?
- Named pipe creation for log capture
- Real-time monitoring of application output
- Log filtering and retrieval through MCP tools
- Cross-platform support for Windows and Unix-based systems
- Configurable log history (default: 100 entries)
Use cases of stdout-mcp-server?
- Capturing logs from multiple applications for debugging.
- Monitoring application output in real-time for performance analysis.
- Analyzing logs with filtering options to identify issues quickly.
FAQ from stdout-mcp-server?
- Can stdout-mcp-server capture logs from any application?
Yes! Any application that can write to standard output can send logs to stdout-mcp-server.
- Is stdout-mcp-server compatible with Windows and Unix-based systems?
Yes! It supports both platforms with specific named pipe configurations.
- How do I install stdout-mcp-server?
You can install it using Node.js with the command:
npx stdout-mcp-server.