mcpbeat Sign in

Infraveil Agent Guard MCP Server

local only

Infraveil Agent Guard runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi.

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 22 · avg 8 · -13% w/w
a month agotoday
55
Installs / week
pypi · infraveil-guard
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 agent-guard -- uvx infraveil-guard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-guard": {
      "args": [
        "infraveil-guard"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-guard]
command = "uvx"
args = ["infraveil-guard"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-guard": {
      "args": [
        "infraveil-guard"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-guard": {
      "args": [
        "infraveil-guard"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INFRAVEIL_GUARD_THRESHOLD (Severity at/above which an action is gated: none|low|medium|high|critical (default high).), INFRAVEIL_GUARD_MODE (enforce (block dangerous actions pending approval) or audit (log only, never block). Default enforce.), INFRAVEIL_GUARD_HOME (Directory for the ledger and approval queue (default ~/.infraveil-guard).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Infraveil Agent Guard

same job, measured the same way
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
agentguard
by agentwares

MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.

353 installs/wk local only
Auditreach
by rudrendupaul

BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.

189 installs/wk local only
Korg Ledger
by new1direction

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

284 installs/wk local only
Arcaeon Ledger
by arcaeon

Tamper-evident action logging for agents: hash-chained append/verify, one JSONL file, zero deps.

2 073 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
AccordTrace
by kosta1985

Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.

9 tools answering

Infraveil Agent Guard — questions

Answers built from our own checks of this server.

Why is there no uptime for Infraveil Agent Guard?
Infraveil Agent 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 infraveil-guard was installed 55 times last week.
Is Infraveil Agent Guard still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Infraveil Agent 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 infraveil-guard straight from pypi; nothing to host, nothing to sign up for.
How many people use Infraveil Agent Guard?
The pypi package infraveil-guard was installed 55 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.