proof layer for Grok
io.github.world-999-labs/proof-layer
Signed, hash-chained provenance receipts for AI agent actions.
client:Grok
transport:stdio
runtime:npm
Install proof layer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"proof-layer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@proof-layer/mcp"
],
"env": {
"PROOF_LAYER_API_KEY": "<PROOF_LAYER_API_KEY>",
"PROOF_LAYER_API_URL": "<PROOF_LAYER_API_URL>",
"PROOF_LAYER_TELEMETRY": "<PROOF_LAYER_TELEMETRY>"
}
}
}
}
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