Show HN: Teemux – Zero-config log multiplexer with built-in MCP server

https://news.ycombinator.com/rss Hits: 1
Summary

Usage # Wrap your processes teemux --name api -- node api.js teemux --name worker -- node worker.js teemux --name webapp -- npm run dev teemux -- redis-server # View logs open http://127.0.0.1:8336/ curl http://127.0.0.1:8336/ Features Zero config First process starts the server. Others connect automatically. Multiple views Browser for colors. Curl for plain text. Pattern filtering Include or exclude with wildcards. Leader election Automatic failover if leader exits. MCP for AI Agents // Add to your MCP config { "mcpServers": { "teemux": { "command": "npx", "args": ["mcp-remote", "http://127.0.0.1:8336/mcp"] } } } Why "teemux"? tee (Unix command that splits output) + mux (multiplexer) = teemux

First seen: 2026-01-23 19:48

Last seen: 2026-01-23 19:48