Back to Apps

LogPilot
by jellydn
AI-native tmux log copilot for real-time anomaly detection and incident tracking.
0 stars
Works in:claude
Exposes:Tools
What it does
LogPilot is a specialized MCP server that captures live tmux pane output to provide AI assistants with real-time log analysis. It performs anomaly detection, deduplication, and clustering of logs, allowing developers to track support incidents and debug production issues without manually scraping terminal buffers.
Tools
watch: Stream logs from a specific tmux session or pane.summarize: Get a condensed overview of logs over a specified time window.ask: Formulate AI-assisted queries regarding log patterns and errors.status: Check the current health and capture state of LogPilot.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"logpilot": {
"command": "logpilot",
"args": ["mcp-server"]
}
}
}
Supported hosts
Confirmed for Claude Code and other MCP-compatible clients.
Quick install
cargo install logpilotInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"logpilot": {"command": "logpilot", "args": ["mcp-server"]}}}






