Show HN: Teemux – Zero-config log multiplexer with built-in MCP server
19 days ago
- #process-management
- #logging
- #teemux
- Teemux allows running multiple processes with names like 'api', 'worker', 'webapp', and services like 'redis-server'.
- View logs via browser at http://127.0.0.1:8336/ or using curl for plain text.
- Features include zero configuration, automatic server start by the first process, and others connecting automatically.
- Supports multiple views: browser for colors and curl for plain text.
- Includes pattern filtering with wildcards for including or excluding logs.
- Leader election feature provides automatic failover if the leader exits.
- MCP for AI Agents supports operations like get_logs, search_logs, get_process_names, and clear_logs.
- Integration with MCP config involves adding teemux server details with command and args for remote operation.