📡 MCP Radar

ethira-dev/mizpah

Local log explorer with a token-optimized MCP server.

3 stars
0 forks
Rust
momentum ▲ 6.0
created 2026-07-15
on radar since 2026-07-19
View on GitHub ↗Homepage ↗

About mizpah

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.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/ethira-dev--mizpah.html)

Related MCP servers

mrpulor-gh/nuphus-mcp

Desktop automation MCP server — computer use for any AI agent: control screen, windows, mouse/keyboard, and Chrome via Model Context Protocol (stdio)

⭐ 105Rust
mixelpixx/Konnect

AI-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

⭐ 25Rust
pioner92/symbolpeek-mcp

Ask 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

⭐ 16Rust
hongnoul/hwatu

Visual verification browser for AI coding agents: daemon-based WebKitGTK, real rendering, ~13ms window spawn

⭐ 13Rust
max-ramas/rms-memory-mcp

Persistent, local, cross-IDE memory for AI agents — markdown source of truth, LanceDB-powered semantic search, zero cloud dependency

⭐ 11Rust
Goldziher/sceptre

EasyOCR's accuracy, Rust's speed and footprint — CRAFT + gen2 CRNN OCR over ONNX, as a library, CLI, and MCP server.

⭐ 8Rust

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.