Log parse, filter, analyze for AI agents
Log analysis and processing tools for AI agents, exposed via the Model Context Protocol (MCP). Parse log content in common formats: JSON logs, Apache/Nginx access logs, syslog, and structured logs. Supports custom regex patterns with named capture groups. Extracts timestamp, level, message, source, and additional structured fields. Filter parsed log entries by: Log level (ERROR, WARN, INFO,…
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.
Log analysis and processing tools for AI agents, exposed via the Model Context Protocol (MCP). Parse log content in common formats: JSON logs, Apache/Nginx access logs, syslog, and structured logs. Supports custom regex patterns with named capture groups. Extracts timestamp, level, message, source, and additional structured fields. Filter parsed log entries by: Log level (ERROR, WARN, INFO, DEBUG) Date range (ISO 8601) Keyword search (case-insensitive) Regex pattern matching Returns matched…