Skip to main content
Glama

AIS Revizor

bswvladimir-beep/AIS-Revizor MCP server

Give Your AI Coding Agent X-Ray Vision.

AIS Revizor is a local-first MCP server that provides runtime visibility and AI-managed debug logging. It replaces blind print() debugging by turning runtime execution into causal chains, allowing agents to instantly find the exact breakage point in Python and TypeScript apps.

Why Revizor?

Traditional observability tools were designed for engineers. AIS Revizor was designed for AI agents (Cursor, Claude Code, Cline).

Instead of guessing where a bug is, your AI agent searches the runtime trace, sees the full causal chain (e.g., auth.callback.enter without a matching auth.frontend.token_saved.success), and knows exactly where the code broke.

Related MCP server: harness-fe

Key Features

  • Causal Chains, not log lines: Agents see .enter.success / .failed patterns.

  • Zero-session search: Agents search logs in milliseconds without restarting your server.

  • Agent-first design: MCP interface with 30+ tools designed for AI to manage debugging autonomously.

  • Local & Secure: Single binary (~15 MB). Embedded SQLite. Your code never leaves your perimeter. No cloud dependencies.

Get Started

Download the binary for your OS and explore licensing options:


For the AI Agent: Your Instructions

If you are an AI agent reading this, call the trace_get_instructions tool after connecting to receive your official debugging methodology and startup protocols.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Local-first code intelligence and safety layer for AI coding agents. MCP server exposes dependency graph, impact analysis, and AST-compressed repo context, backed by typed local memory, patch-scope safety gates, and git-independent transaction rollback.
    1
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    Local MCP server that lets your AI coding agent query its own cross-tool project history - file/command freshness, past test failures, cost & token spend, cache status, and session handoff - over stdio, 100% local, no telemetry.
    42
    -