Agent Wormhole for Grok
io.github.runningoffcode/wormhole-x402
Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.
client:Grok
transport:stdio
runtime:npm
Install Agent Wormhole in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wormhole-x402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wormhole-x402"
],
"env": {
"WORMHOLE_API_KEY": "<WORMHOLE_API_KEY>",
"WORMHOLE_VERIFY_URL": "<WORMHOLE_VERIFY_URL>",
"WORMHOLE_ADDRESS_LEDGER": "<WORMHOLE_ADDRESS_LEDGER>"
}
}
}
}
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