VERAX for Grok
io.github.verax-ai/verax
The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.
client:Grok
transport:stdio
runtime:npm
Install VERAX in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"verax": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verax-ai/body"
],
"env": {
"VERAX_ISSUER": "<VERAX_ISSUER>",
"VERAX_JWKS_URL": "<VERAX_JWKS_URL>",
"VERAX_AUDIENCE": "<VERAX_AUDIENCE>",
"VERAX_STATE_DIR": "<VERAX_STATE_DIR>",
"VERAX_POLICY_FILE": "<VERAX_POLICY_FILE>",
"VERAX_BIND": "<VERAX_BIND>",
"VERAX_INVENTORY_FILE": "<VERAX_INVENTORY_FILE>"
}
}
}
}
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