Warrant for Grok
io.github.s0fractal/warrant
Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.
client:Grok
transport:stdio
runtime:pypi
Install Warrant in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"warrant": {
"type": "stdio",
"command": "uvx",
"args": [
"warrant-verify"
],
"env": {
"WARRANT_STORE": "<WARRANT_STORE>",
"WARRANT_KEY": "<WARRANT_KEY>",
"WARRANT_ACTOR": "<WARRANT_ACTOR>"
}
}
}
}
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