Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
Your service just crashed. The log file is 2GB. Your AI agent can't help. MCP server that stream-parses NDJSON log files without loading them into memory — filter by pattern, detect error spikes via Z-score analysis, summarize severity timelines by time window. A service crashes at 3am. The log file is and it's 2GB. You ask your agent to find what caused the spike in errors around 03:17. The…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Your service just crashed. The log file is 2GB. Your AI agent can't help. MCP server that stream-parses NDJSON log files without loading them into memory — filter by pattern, detect error spikes via Z-score analysis, summarize severity timelines by time window. A service crashes at 3am. The log file is and it's 2GB. You ask your agent to find what caused the spike in errors around 03:17. The agent can't read 2GB. It can't even try. streams the file line by line — never loading it into memory —…