Back to Apps

Logline
by zibo-chen
High-performance real-time log analysis library and viewer with MCP integration for AI-driven debugging.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Logline is a high-performance log viewer built with Rust and egui. It connects AI assistants to system logs, enabling intelligent error pattern recognition, timeline analysis, and natural language querying of massive log files (millions of lines) with minimal latency.
Tools
list_log_sources: List available local and remote log streams.get_log_entries: Fetch paginated log entries with level filtering.search_logs: Perform keyword and regex searches across logs.analyze_errors: Identify and aggregate similar error patterns.analyze_timeline: Analyze log frequency and spikes over time.get_log_statistics: Get totals, error rates, and distribution.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"logline": {
"command": "/path/to/logline",
"args": ["--mcp"],
"env": {}
}
}
}
Supported hosts
Claude
Quick install
cargo run -- --mcpInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"logline": {
"command": "/path/to/logline",
"args": ["--mcp"],
"env": {}
}
}
}






