Infraveil Agent Guard for Grok
io.github.infraveilhq/agent-guard
Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.
client:Grok
transport:stdio
runtime:pypi
Install Infraveil Agent Guard in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-guard": {
"type": "stdio",
"command": "uvx",
"args": [
"infraveil-guard"
],
"env": {
"INFRAVEIL_GUARD_THRESHOLD": "<INFRAVEIL_GUARD_THRESHOLD>",
"INFRAVEIL_GUARD_MODE": "<INFRAVEIL_GUARD_MODE>",
"INFRAVEIL_GUARD_HOME": "<INFRAVEIL_GUARD_HOME>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs