stdout-mcp-server
An MCP server that any process can pipe stdout logs to including console logs from nodejs programs
Overview
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.
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.
- 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)
- 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.
Add to your AI client
Use these steps to connect stdout-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"stdout-mcp-server-amitdeshmukh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"stdout-mcp-server-amitdeshmukh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"stdout-mcp-server-amitdeshmukh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"stdout-mcp-server-amitdeshmukh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stdout-mcp-server-amitdeshmukh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"stdout-mcp-server-amitdeshmukh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stdout-mcp-server-amitdeshmukh"
]
}
}
}FAQ
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`.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2216,"uuid":"5d81e63b-2319-43a8-9dc2-dd492342946f","name":"stdout-mcp-server","title":"stdout-mcp-server","description":"An MCP server that any process can pipe stdout logs to including console logs from nodejs programs","avatar_url":"https://avatars.githubusercontent.com/u/3540115?v=4","created_at":"2025-03-09T04:12:50.455Z","updated_at":"2025-03-12T10:19:30.834Z","status":"created","author_name":"amitdeshmukh","author_avatar_url":"https://avatars.githubusercontent.com/u/3540115?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/amitdeshmukh/stdout-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 16:05:01\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]