Labsco
josephwibowo logo

Mantora

β˜… 5

from josephwibowo

Mantora is a local-first MCP observer: a lightweight UI + proxy for inspecting LLM data access (sessions, tool calls, results) with protective defaults.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

⌁ labsco summary β€” our analysis, not the vendor's

What it is β€” Mantora is a local-first MCP observer: a lightweight UI plus proxy that sits between your agent and its database, logging LLM data access with protective defaults.

What you get β€”

  • Session logs β€” capture the exact SQL and tool calls an agent makes for verification and reproduction
  • Protective mode β€” basic guardrails that block or warn on destructive SQL patterns by default
  • Shareable Markdown reports β€” one-click "Copy for GitHub" produces a collapsible <details> block with SQL, timing, and safety checks for PRs or Slack
  • A Control Room UI (localhost:3030) to create, activate, and switch DB targets without restarting the agent

Requirements β€” env is empty. Install with pipx install "mantora[duckdb,postgres]"; targets like DuckDB/Postgres are configured in the UI or a mantora.toml.

Cost snapshot β€” Open source under MIT; free. Local-first, no paid service.

Setup effort β€” pipx install mantora, add the mantora mcp proxy to your client, then mantora up for the dashboard.

Our take β€” A useful accountability layer for DB-touching agents, but it's focused on SQL targets (DuckDB/Postgres), and the author calls the guardrails "basic" β€” it's a review/log tool, not a full policy engine.

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