Skip to content
Zed

Agent Wormhole for Zed

io.github.runningoffcode/wormhole-x402

Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.

client:Zed transport:stdio runtime:npm

Install Agent Wormhole in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "wormhole-x402": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Agent Wormhole in other clients