TrigGuard for Grok
io.github.trigguard-ai/trigguard
Deterministic execution authorization for AI agents and automated systems.
client:Grok
transport:stdio
runtime:npm
Install TrigGuard in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"trigguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trigguard/mcp"
],
"env": {
"TRIGGUARD_API_KEY": "<TRIGGUARD_API_KEY>",
"TRIGGUARD_ORG_ID": "<TRIGGUARD_ORG_ID>",
"TRIGGUARD_GATEWAY_URL": "<TRIGGUARD_GATEWAY_URL>"
}
}
}
}
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