mcpbeat Sign in

Vizier Guard MCP Server

local only

Vizier Guard runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Deterministic authorization and security guard for AI agent actions with signed receipts.

Installs / week
pypi · vizier-guard
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

What the code does

We read the source, 18 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.

File ships in the package but is absent from the source [пакет] src/vizier/__init__.py:1, [пакет] src/vizier/__main__.py:1, [пакет] src/vizier/async_client.py:1 и ещё 15
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/gated-deploy/src/cli.ts:21
    execFile(
Sends data to a third-party sink [пакет] src/vizier/hitl/telegram.py:26, packages/python-sdk/src/vizier/hitl/telegram.py:27
        base_api_url: str = "https://api.telegram.org",

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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vizier-guard -- uvx vizier-guard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vizier-guard": {
      "args": [
        "vizier-guard"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vizier-guard]
command = "uvx"
args = ["vizier-guard"]
.cursor/mcp.json
{
  "mcpServers": {
    "vizier-guard": {
      "args": [
        "vizier-guard"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vizier-guard": {
      "args": [
        "vizier-guard"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Vizier Guard

same job, measured the same way
Suprawall MCP
by wiserautomation

SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.

25 installs/wk local only
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

46 installs/wk local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
Scout Security
by varpost

Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues.

67 installs/wk local only
I
File Organizer
by kridaydave

Security-hardened file organizer with smart categorization and duplicate detection

local only
SPARDA
by zyx77550

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

443 installs/wk local only
SPARDA
by zakariagharzouli

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

local only
CrowdStrike Falcon MCP Server
by crowdstrike

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

10 994 installs/wk local only

Vizier Guard — questions

Answers built from our own checks of this server.

Why is there no uptime for Vizier Guard?
Vizier Guard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vizier-guard.
How do I connect Vizier Guard?
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 runs locally, so the command pulls vizier-guard straight from pypi; nothing to host, nothing to sign up for.
Is Vizier Guard open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.