Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Agent Wormhole in other clients