Kaval for Grok
io.github.usekaval/kaval
Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.
client:Grok
transport:stdio
runtime:npm
Install Kaval in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kaval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<KAVAL_BASE_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