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.
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.
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.
claude mcp add agent-guard -- uvx infraveil-guard
{
"mcpServers": {
"agent-guard": {
"args": [
"infraveil-guard"
],
"command": "uvx"
}
}
}
[mcp_servers.agent-guard]
command = "uvx"
args = ["infraveil-guard"]
{
"mcpServers": {
"agent-guard": {
"args": [
"infraveil-guard"
],
"command": "uvx"
}
}
}
{
"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.
Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
Tamper-evident action logging for agents: hash-chained append/verify, one JSONL file, zero deps.
Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.
Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.
Answers built from our own checks of this server.