Infraveil Agent Guard
About
Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
INFRAVEIL_GUARD_THRESHOLD INFRAVEIL_GUARD_MODE INFRAVEIL_GUARD_HOMEClaude Code
claude mcp add --env INFRAVEIL_GUARD_THRESHOLD= --env INFRAVEIL_GUARD_MODE= --env INFRAVEIL_GUARD_HOME= agent-guard -- uvx infraveil-guard
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agent-guard","command":"uvx","args":["infraveil-guard"],"env":{"INFRAVEIL_GUARD_THRESHOLD":"","INFRAVEIL_GUARD_MODE":"","INFRAVEIL_GUARD_HOME":""}}'
JSON
{
"mcpServers": {
"agent-guard": {
"command": "uvx",
"args": [
"infraveil-guard"
],
"env": {
"INFRAVEIL_GUARD_THRESHOLD": "",
"INFRAVEIL_GUARD_MODE": "",
"INFRAVEIL_GUARD_HOME": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.