Skip to content
Zed

agentpay for Zed

io.github.alefnt/agentpay

AI Agent payment protocol on CKB Fiber Network. Zero-gas micropayments with Hold Invoice escrow.

client:Zed transport:stdio runtime:npm

Install agentpay 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": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-dev/mcp-server"
      ],
      "env": {
        "FIBER_RPC_URL": "<FIBER_RPC_URL>"
      }
    }
  }
}

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

agentpay in other clients