mcpbeat Sign in

Panel Review MCP Server

answering

Panel Review is answering right now. Last checked 11 min ago. Last commit 18 Sep 2026.

Guardian agent for AI coding: four frontier models review risky diffs and commits before they ship.

Uptime history 5 days of history · worst day 93%
5 days agonow
98.9%
Uptime 24h
90 of 91 checks
Tools
hidden behind auth
489 ms
Response time
average over 24h
2
Stars
last commit 18 Sep 2026

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(cmd[0], cmd[1], { stdio: "ignore", detached: true });
Builds a file path from a variable lib/rules.js:44
    t.push({ file: path.join(cwd, file), rel: file, platform, whole: !!whole });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add panel-review --transport http https://mcp.truverif.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "panel-review": {
      "url": "https://mcp.truverif.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.panel-review]
url = "https://mcp.truverif.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "panel-review": {
      "url": "https://mcp.truverif.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "panel-review": {
      "url": "https://mcp.truverif.ai/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

Endpoints

URLTransportStateLatencyChecked
https://mcp.truverif.ai/mcp streamable-http needs auth 526 ms 11 min ago

Alternatives to Panel Review

same job, measured the same way
Repotector
by dir-ai

The repo guardian AI agents handshake with before they touch your code.

61 installs/wk local only
Fagan
by motock

Autonomous coding pipeline: frontier models plan and review, a local model implements, gated by TDD.

local only
Payment Guard MCP
by mlawsonking

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

49 installs/wk local only
Flagrix
by flagrix-io

Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents

53 installs/wk local only
Agent Commerce Guard
by fxjim

Policy review and purchase discovery for AI-agent commerce actions.

1 tools answering
Arcwall Security
by rom-baro

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

26 installs/wk local only
Aidimag
by aidimag

Persistent, verified memory for AI coding agents: recall, capture, guardrails, review queue.

local only
Invinoveritas
by babyblueviper

AI-agent verifier: verdict committed before the outcome graded against it; /review, /ledger.

31 tools answering

Panel Review — questions

Answers built from our own checks of this server.

Why is there no tool list for Panel Review?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 98.9% of checks in the last 24 hours got a reply.
Is Panel Review working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 489 ms. The bar chart above shows every period we have measured.
How do I connect Panel Review?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does Panel Review need an API key?
Yes. Every time we knock, Panel Review answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Panel Review?
It answers our handshake in 489 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Panel Review open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.