Back to Apps

LazyTail
by raaymax
Fast, terminal-based log viewer with live filtering and AI assistant integration via MCP.
0 stars
Works in:CodexGemini CLI
Exposes:Tools
What it does
LazyTail provides a high-performance terminal-based log viewer that allows AI assistants to search and analyze log files in real-time. It connects your project-local and global log directories to the AI, enabling complex queries and pattern analysis without manual copying.
Tools
list_sources: Discover available logs from local and global directories.search: Find patterns using plain text, regex, or structured queries with context and filtering.get_tail: Retrieve the last N lines of a log with incremental polling.get_lines: Read specific line ranges from a log file.get_context: Get surrounding lines for a specific line number.get_stats: Analyze index metadata, severity breakdown, and ingestion rates.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lazytail": {
"command": "lazytail",
"args": ["--mcp"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Codex, and Gemini CLI.
Quick install
curl -fsSL https://raw.githubusercontent.com/raaymax/lazytail/master/install.sh | bashInformation
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml: [mcp_servers.lazytail] command = ["lazytail", "--mcp"]Gemini CLI
Add to ~/.gemini/settings.json: {"mcpServers": {"lazytail": {"command": "lazytail", "args": ["--mcp"]}}}Claude Desktop
{"mcpServers": {"lazytail": {"command": "lazytail", "args": ["--mcp"]}}}





