Labsco
mashish logo

NFT Log Analyser

โ˜… 1

from mashish

AI-powered log analysis MCP server. Scans 500MB+ log files locally, analyses errors with Ollama + CrewAI agents, and automatically files structured GitHub Issues. 100% local โ€” no logs leave your machine.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” a fully local MCP server that scans large log files, analyzes errors with a local LLM, and auto-files GitHub Issues.

What you get โ€”

  • Scans 500MB+ logs in seconds via ripgrep, then dedupes error patterns โ€” "analyze this log and file issues for the top errors"
  • Local analysis with Ollama + deepseek-r1:14b through CrewAI agents
  • Composes structured GitHub Issues (root cause + suggested fixes) and files them, skipping duplicates
  • 100% local โ€” raw log content never leaves your machine

Requirements โ€” from env: GITHUB_PAT (classic token, repo scope), GITHUB_REPO_OWNER, GITHUB_REPO_NAME, OLLAMA_BASE_URL, OLLAMA_MODEL. Also needs Ollama, ripgrep, and the ~9GB deepseek-r1:14b model.

Cost snapshot โ€” free and open source (MIT); runs on local Ollama so there's no per-token API bill. A GitHub account/PAT is required (free).

Setup effort โ€” self-host: brew install ollama ripgrep, pull the 9GB model, create a venv and install deps, then register with Claude Desktop.

Our take โ€” Great for privacy-sensitive log triage. Caveat: hardware-heavy โ€” the README requires 16GB RAM (32GB recommended), macOS Ventura+, and a ~9GB model download.

Source: the project README โ€” summarized 2026-07-08.