Skip to content
Zed

clawpay for Zed

io.github.up2itnow0822/clawpay

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

client:Zed transport:stdio runtime:npm

Install clawpay 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": {
    "clawpay": {
      "command": "npx",
      "args": [
        "-y",
        "clawpay-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
        "BASE_RPC_URL": "<BASE_RPC_URL>"
      }
    }
  }
}

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

clawpay in other clients