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: iris-eval/mcp-server

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.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP-native agent evaluation and observability server. Log traces, evaluate output quality with 12 built-in rules (PII detection, prompt injection, cost thresholds), and track agent costs. Real-time dashboard, OTel-compatible spans. Self-hosted, MIT licensed.
    9
    252
    7
    MIT
  • 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

View all related MCP servers

Related MCP Connectors

  • Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bswvladimir-beep/AIS-Revizor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server