Local log explorer with a token-optimized MCP server.
View on GitHub ↗Homepage ↗Local JSON log hub: pipe any process into mzp, get a searchable UI on :3149, and let agents query the same in-memory buffer over MCP.
UX: filterable live stream, property autocomplete, row detail with JSON tree. Better than tail -f when you need to find something.
Cost: agents call searchlogs / getlogsaround for small CEL slices instead of pasting dumps or re-running tests and lint. Same answers, thinner context.
Docs & demos · Quick start · Install · MCP
Prebuilt: GitHub Releases (mizpah + mzp binaries).
If mzp is missing after a Cargo install: export PATH="$HOME/.cargo/bin:$PATH". Prefer ~/.cargo/bin ahead of Homebrew when both are installed.
- Default bind: 127.0.0.1:3149. Ring buffer default: 1 GiB (--max-bytes). - Prefer NDJSON. Pretty Nest / util.inspect blocks are reassembled when possible; other non-JSON becomes { "raw": "…" }. - Every entry gets mzp (cwd, user, pid, exe).
Full reference: streaming, attach, CEL, MCP, CLI.
MCP tools (keep searchlogs limits small: default 20, max 50; results in TOON): listservices, getstats, listproperties, searchlogs, getlogsaround.
Installable Agent Skill for Cursor and other agents — optimized for token / cost savings (pipe → JSON logs → small MCP queries, not pasted dumps):
Cursor plugin layout lives at the repo root (.cursor-plugin/, skills/mizpah/, mcp.json). See PLUGIN.md. Marketplace: submit / install from Customize once listed. Cross-client MCP remains mzp mcp install.
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/ethira-dev--mizpah.html)
Desktop automation MCP server — computer use for any AI agent: control screen, windows, mouse/keyboard, and Chrome via Model Context Protocol (stdio)
mixelpixx/KonnectAI-assisted PCB design for KiCAD 10. Native KiCAD plugin — a single Rust binary exposing 171 schematic, layout, routing, design-review, and manufacturing tools to Claude, or the LLM of your choosing
pioner92/symbolpeek-mcpAsk for the symbol, not the file. Token-efficient MCP server giving AI coding agents symbol-level reads of TS/JS, Rust, Python, Java, Go, JSON, and Markdown
hongnoul/hwatuVisual verification browser for AI coding agents: daemon-based WebKitGTK, real rendering, ~13ms window spawn
max-ramas/rms-memory-mcpPersistent, local, cross-IDE memory for AI agents — markdown source of truth, LanceDB-powered semantic search, zero cloud dependency
Goldziher/sceptreEasyOCR's accuracy, Rust's speed and footprint — CRAFT + gen2 CRNN OCR over ONNX, as a library, CLI, and MCP server.
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.