capacity attest for Grok
io.github.holistis/capacity-attest
Signed delivery claims for x402 capacity trades: GPU-hours, storage, API credits, bandwidth.
client:Grok
transport:stdio
runtime:npm
Install capacity attest in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"capacity-attest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}
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