Show HN: Teemux – Zero-config log multiplexer with built-in MCP server
11 points| gajus | 1 month ago |teemux.com
There is one implementation detail that I geek out about:
It is zero config and has built-in leader nomination for running the web server and MCP server. When you start one `teemux` instance, it starts web server, .. when you start second and third instances, they join the first server and start merging logs. If you were to kill the first instance, a new leader is nominated. This design allows to seamless add/remove nodes that share logs (a process that historically would have taken a central log aggregator).
A super quick demo:
npx teemux -- curl -N https://teemux.com/random-logs
jelder|1 month ago
gajus|1 month ago
With teemux, a persistent MCP server gives multiple AI agents access to logs as needed—without interrupting your development flow.
jmulla|1 month ago
Can I aggregate logs from processes running on different machines?
gajus|1 month ago
zareith|1 month ago
gajus|1 month ago
tee (Unix command that splits output) + mux (multiplexer) = teemux
unknown|1 month ago
[deleted]